.text-image-features {
    margin: 45px 0;
    position: relative;
}

.text-image-features .text-image-features-wrapper {
    padding: 50px 48px;
    border-radius: 20px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    gap: 35px;
}

.text-image-features .text-image-features-inner {
    width: 65%;
}

.text-image-features .text-image-product {
    width: 35%;
}

.text-image-features .features-title {
    position: relative;
    margin-bottom: 19px;
    padding-bottom: 10px;
}

.text-image-features .features-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 150px;
    height: 3px;
    background: #E81F76;
}

.text-image-features .features-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 25px;
}

.text-image-features .feature-single {
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--black-75, #5C5559);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.text-image-features .feature-single b {
    color: #000;
    display: block;
}

.text-image-features .feature-icon {
    max-width: 42px;
    height: auto;
    position: relative;
}

.text-image-features .feature-icon img,
.text-image-features .feature-icon svg {
    position: relative;
    z-index: 4;
    min-width: 42px;
}

.text-image-features .feature-icon::before {
    content: '';
    position: absolute;
    left: 65%;
    top: 65%;
    transform: translateY(-50%) translateX(-50%);
    width: 33px;
    height: 33px;
    background-color: #0FA2EC;
    opacity: 0.5;
    border-radius: 50%;
    z-index: 0;
}

.text-image-features .text-image-product {
    text-align: center;
}

.text-image-features .text-image-wrapper {
    position: relative;
}

.text-image-features .text-image-wrapper .image-logo {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.text-image-features .text-image-wrapper img {
    z-index: 4;
    position: relative;
}

.text-image-features .text-image-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #0FA2EC;
    border-radius: 50%;
    width: auto;
    height: 117%;
    z-index: 1;
    aspect-ratio: 1 / 1;
}

.text-image-features .text-image-wrapper::after {
    content: '';
    position: absolute;
    left: 53%;
    top: 37%;
    transform: translateY(-50%) translateX(-50%);
    border: 1px dashed #FFBC40;
    border-radius: 50%;
    width: auto;
    height: 117%;
    z-index: 1;
    aspect-ratio: 1 / 1;
}

.text-image-features .text-image-logo {
    display: flex;
    position: relative;
    z-index: 20;
    justify-content: center;
    margin-bottom: 50px;
}

.text-image-features .text-image-price-wrapper {
    margin-top: 14px;
}

.text-image-features .text-price-heading,
.text-image-features .before-price {
    font-size: 39px;
    font-weight: 700;
    line-height: 44px;
    color: #000;
}

.text-image-features .price {
    color: #0451BD;
    font-size: 61px;
    font-weight: 800;
    line-height: 54px;
}

.text-image-features .after-price {
    color: #0451BD;
    font-size: 21px;
    font-weight: 800;
}

.text-image-features .old-price {
    color: var(--black-50, #C2C2C2);
    font-size: 21px;
    font-weight: 400;
    line-height: 44.615px;
    text-decoration: line-through;
    margin-left: 10px;
}

.text-image-features .text-omnibus {
    color: var(--black-75, #5C5559);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    /* 171.429% */
}

@media (max-width:1199px) {
    .text-image-features .text-image-features-wrapper{
        flex-wrap: wrap;
    }
    .text-image-features .text-image-product,
    .text-image-features .text-image-features-inner {
        width: 100%;
    }
}

@media (max-width:768px){
    /* .text-image-features .text-image-wrapper::before,
    .text-image-features .text-image-wrapper::after{
        display: none;
    } */
    .text-image-features .text-image-features-wrapper{
        padding: 40px 15px;
    }
}