.product-features {
    position: relative;
    overflow: hidden;

    .row > div {
        margin-bottom: 32px;
    }

    .container {
        position: relative;
        z-index: 10;
    }
}

.woocommerce .product-features-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
}

.product-features__box {
    display: flex;
    align-items: center;
    padding: 18px 13px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.product-features__box__icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.product-features__box__title {
    flex: 1;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 1.2;
    color: #002745;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 1200px) {
    .product-features__box__title {
        padding-right: 40px;
    }
}