.product h1,
.product h2,
.product h3,
.product h4,
.product h5,
.product h6 {
    line-height: 100%
}

.product p,
.product ul,
.product td {
    line-height: 140%;
    font-size: 16px
}

.product {
    background-color: #e8f3ff
}

.product__row {
    max-width: 1275px;
    padding: 0 20px
}

.product__content {
    padding: 50px 0 20px
}

.product__heading {
    font-size: 30px;
    color: #172b72;
    font-family: 'OpenSans-Light'
}

.product__sub-heading {
    color: #172b72;
    font-family: 'OpenSans-Light';
    font-size: 25px;
    margin-bottom: 30px
}

.product__description {
    font-size: 20px;
    margin-bottom: 60px
}

.product__img {
    margin: auto;
    padding: 20px 0
}

.product__link {
    color: #172b72;
    font-family: 'OpenSans-Semibold';
    font-size: 20px;
    padding-left: 10px
}

@media(min-width:768px) {
    .product p,
    .product ul,
    .product td {
        font-size: 20px
    }
    .product__heading {
        font-size: 50px
    }
    .product__sub-heading {
        font-size: 30px
    }
}

@media(min-width:1020px) {
    .product__row {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }
    .product__col {
        margin: 0 15px;
        flex: 1 1 0px
    }
}