.product-list {
    position: relative;
    padding: 70px 0 62px;
}

.product-list .seo-title {
    font-size: 12px;
    text-transform: uppercase;
}

.product-list .square-icon-box {
    display: block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #f2f2f2;
}

.product-list .features._without-border .square-icon-box {
    border: none;
}
@media screen and (min-width: 640px) {
    .product-list .square-icon-box {
        margin: 0 auto 17px 0;
    }
}
.product-list .square-icon-box img,
.product-list .square-icon-box .benefit-svg {
    display: block;
    max-width: 20px;
    max-height: 20px;
}
.product-list .square-icon-box .benefit-svg path {
    fill: inherit;
}
.product-list .features .feature-description {
    margin-bottom: 40px;
}

.image-wrapper.with-circle {
    position: relative;
    max-width: 500px;
}
.image-wrapper.with-circle .circle {
    content: '';
    display: block;
    border-radius: 50%;
    width: 75%;
    padding-bottom: 75%;
    position: absolute;
    top: -20%;
    left: 0;
    z-index: 0;
}
.image-wrapper.with-circle img {
    display: block;
    width: auto;
    max-width: 90%;
    max-height: 330px;
    margin: 20% 0 15% auto;
}

@media screen and (max-width: 640px) {
    .product-list .features {
        display: flex;
        flex-direction: column;
    }

    .product-list .square-icon-box {
        margin: 0 16px 32px 0;
        float: left;
    }

    .product-list .features .feature-description {
        margin-bottom: 32px;
        line-height: normal;
        letter-spacing: 0.2px;
    }

    .product-list .features .hero-carousel-slide-buttons {
        margin-bottom: 48px;
    }
}
