.product-feature-section {
    color: #fff;
    padding: 80px 0;
}
.product-feature-section .section-heading>h2 {
    padding-top: 0;
}
.product-feature-section .section-heading>h2:not(.footer-top-ribon h2) {
    padding-top: 0;
}
.product-feature-section.light-mode {
    color: #000;
}
.product-feature-section .single-content {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid #ddd;
}
.product-feature-section.middle--alignment .single-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-feature-section .single-content:first-of-type {
    padding-top: 0;
}
.product-feature-section .single-content:last-of-type {
    padding-bottom: 0;
    border: 0;
}
.product-feature-section .single-content.reverse-items {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.product-feature-section .single-content:not(.reverse-items) .thumb-img {
    float: right;
}
.product-feature-section .single-content.reverse-items .inner-page-content {
    float: right;
}
.product-feature-section .single-content .thumb-img {
    max-width: 405px;
    max-height: 405px;
    border-radius: 20px;
}

.product-feature-section .inner-page-content .mini-title {
    font-size: 26px;
}
.product-feature-section .inner-page-content .inner-page-content-heading {
    font-size: 52px;
}
.product-feature-section .inner-page-content p {
    line-height: 28px;
}
.product-feature-section .inner-page-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-feature-section .inner-page-content ul li {
    position: relative;
    padding-left: 26px;
}
.product-feature-section .inner-page-content ul li:before {
    position: absolute;
    content: '';
    width: 16px;
    background: #E94914;
    left: 0;
    border-top: 3px solid;
    top: 13px;
}

@media (max-width: 991.98px) {
    .product-feature-section .single-content.reverse-items .thumb-img {
        float: none;
    }
    .product-feature-section .single-content.reverse-items .inner-page-content {
        float: none;
    }
    .product-feature-section .single-content .thumb-img {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        margin-top: 15px;
    }   
    .product-feature-section .single-content .thumb-img {
        overflow: hidden;
    }
    .product-feature-section .inner-page-content .mini-title {
        font-size: 19px;
    }
    .product-feature-section .inner-page-content .inner-page-content-heading {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .product-feature-section .single-content:not(.reverse-items) .thumb-img {
        float: none;
    }
    .product-feature-section .single-content.reverse-items .inner-page-content {
        float: inherit;
    }
    .product-feature-section .single-content {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .product-feature-section .single-content .thumb-img {
        margin-bottom: 25px;
    }
}
@media (max-width: 575.98px) {
    .product-feature-section {
        padding: 50px 0;
    }
    .product-feature-section .inner-page-content .mini-title {
        font-size: 18px;
    }
    .product-feature-section .inner-page-content .inner-page-content-heading {
        font-size: 30px;
    }
}