.product-feature-box-section {
    background-color: #F4F7FC;
    padding: 10px 20px 30px;
    overflow: hidden;
    border-radius: 10px;
}

.product-feature-box-h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.product-feature-box-ul.three-col {
    column-count: 1;
}

.product-feature-box-ul.two-col {
    column-count: 1;
}

.product-feature-box-b4-cta-text {
    font-weight: 600;
    margin-bottom: 15px;
}


.product-feature-list-item {
    margin-bottom: 10px;
}

.product-feature-list-item .list-item-img {
    margin-right: 10px;
}

.product-feature-box-subhead,
.product-section-b4-cta-text {
    line-height: 25px;
}

.product-feature-box-subhead {
    margin-bottom: 25px;
}

.product-section-b4-cta-text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.img-scaling {
    margin-bottom: 40px;
}

.product-feature-box-section.has-eyebrow .eyebrow-line {
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-feature-box-section .eyebrow-line img { 
    margin-right: 10px;
}


.product-feature-box-section .two-buttons a.btn {
    min-width: auto;
    margin-bottom: 10px;
    font-size: 15px;
}

@media (min-width: 576px) {
    .product-feature-box-ul.three-col {
        column-count: 2;
    }

    .product-feature-box-ul.two-col {
        column-count: 2;
    }

    .img-scaling {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    
    .product-feature-box-section.has-eyebrow .eyebrow-line {
        margin-top: 0;
    }

    .product-feature-box-ul.three-col {
        column-count: 3;
    }

    .product-feature-box-ul.two-col {
        column-count: 2;
    }

    .product-feature-box-section {
        padding: 30px 20px;
    }

    .product-feature-box-section .two-buttons a.btn {
        padding: 14px 30px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .product-feature-box-section {
        padding: 40px;
        border-radius: 30px;
    }
}

@media (min-width: 1200px) {
        
    .product-feature-box-section.has-eyebrow .eyebrow-line {
        margin-bottom: 35px;
    }

    .article-text.left {
        padding-right: 30px;
    }

    .article-text.right {
        padding-left: 30px;
    }

    .product-feature-box-section {
        padding: 90px 100px;
    }

    .img-scaling.left {
        scale: 1.3;
        transform: translateX(70px);
        margin-bottom: 0;
    }

    .img-scaling.right {
        scale: 1.3;
        transform: translateX(-70px);
        margin-bottom: 0;
    }
}

@media (max-width:1199px) {
    .has-eyebrow .img-scaling.h-100 {
        height: auto!important;
        margin-bottom: 15px;
    }
}