.what-most-woman-face .column-left {
    width: 49.25%;
}

.what-most-woman-face .column-right {
    width: 49%;
}

.stats-section {
  padding: 60px 20px;
  text-align: center;
}

.stats-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff;
}


.stat-box h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
    line-height: 59px;
    position: relative;
    margin-top: 27px;
}

.stat-box p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.stat-box h3:before {
    content: "";
    display: block;
    background: linear-gradient(316.27deg, #FFC738 20.35%, #CB00DD 67.25%);
    height: 112px;
    width: 112px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: blur(40px);
}
.stats-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.stats-grid .stat-box {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.what-most-woman-face .column-row {
    align-items: center;
}


.ai-wrapper {
    position: relative;
    padding: 88px 0;
    background-image: url(../images/flower-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.ai-wrapper:before {
    content: "";
    display: block;
    border-radius: 692.251px;
    background: rgba(255, 149, 56, 0.40);
    filter: blur(250px);
    height: 80%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    z-index: -1;
    padding: 80px;
    right: 0;
}
.ai-image {
    position: relative;
    z-index: 2;
    min-height: 770px;
    max-width: 544px;
    width: 100%;
    margin: auto;
}

.ai-image img {
    width: 100%;
    z-index: 2;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Labels */
.ai-wrapper .label {
    position: absolute;
    background: linear-gradient(92.79deg, #FFE7B8 -12.25%, #EA549D 116.66%);
    color: #010022;
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 20px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 2;
    line-height: 24px;
       font-family: 'Domaine Text';
}

/* Positioning */

.ai-wrapper .label.top {
    top: 10%;
    right: 1%;
}
.ai-wrapper .label.left {
    top: 28%;
    left: 10%;
}
.ai-wrapper .label.right {
    bottom: 40%;
    right: 20px;
}
.ai-wrapper .label.bottom {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* Description Box */
.desc-box {
    padding: 32px;
    border-radius: 12px;
    max-width: 544px;
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-weight: 500;
    border-radius: 16px;
    border: 1.36px solid #66616C;
    background: rgba(74, 48, 64, 0.50);
    backdrop-filter: blur(67.19999694824219px);
}
@media only screen and (max-width:1699px){
    .ai-image {
        min-height: 540px;
        max-width: 400px;
    }
    .desc-box {
        background: #4A3040;
        padding: 20px;
    }
}
@media only screen and (max-width:1399px){
    .ai-wrapper .label {
        padding: 8px 15px;
        line-height: 20px;
        font-size: 14px;
    }
    .stat-box h3:before {
        height: 72px;
        width: 72px;
        filter: blur(32px);
    }
}
@media only screen and (max-width:1199px){
    .stat-box p {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
    }
    .stat-box h3 {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 39px;
        margin-top: 15px;
    }
    .ai-image {
        min-height: 480px;
        max-width: 340px;
    }
    .stats-grid {
        margin: 0 -10px -20px;
    }
    .stats-grid .stat-box {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:992px){
    .what-most-woman-face .column-left {
        width: 100%;
    }
    .what-most-woman-face .column-right {
        width: 100%;
        margin-top: 80px;
    }
    .ai-image {
        min-height: 640px;
        max-width: 450px;
    }
    .what-most-woman-face .column-left .title-section {
        text-align: center;
    }
    .stat-box p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width:767px){
    .what-most-woman-face .column-right {
        width: 100%;
    }
    .what-most-woman-face .column-left {
        width: 100%;
    }
    .stats-grid .stat-box {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .stat-box h3 {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 27px;
    }
    .stats-grid .stat-box {
        margin-bottom: 64px;
    }
    .ai-image {
        min-height: 460px;
        max-width: 100%;
    }
    .ai-wrapper {
        position: relative;
        background-image: url(../images/flower-img.png);
    }
    .desc-box {
        padding: 12px;
    }
    .ai-wrapper .label {
        line-height: 18px;
        font-size: 12px;
    }
    .ai-wrapper .label.left {
        top: 28%;
        left: 5%;
    }
    .ai-wrapper:before {
        background: rgba(255, 149, 56, 0.40);
        filter: blur(150px);
        height: 90%;
        width: 90%;
        transform: translate(-50%, -50%);
        padding: 40px;
    }
    .ai-image img {
            max-width: 264px;
    }
    .ai-wrapper {
        padding: 40px 0 0;
    }
}
@media only screen and (max-width:424px){
    .ai-image {
        min-height: 390px;
    }
    .ai-wrapper .label {
        padding: 8px 10px;
    }
}