.why-generative-ai {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.why-generative-ai.aides-2::before {
    content: url();
    position: absolute;
    top: 17%;
    right: 2px;
    background-image: url(../images/ai-page/app-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 833px;
    width: 450px;
    z-index: -1;
}

.why-generative-ai.aides-4::before {
    content: url();
    position: absolute;
    top: 6%;
    left: 2px;
    background-image: url(../images/ai-page/industry-bg-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 833px;
    width: 450px;
    z-index: -1;
}

.ai-title-detail-heading h2 {
    max-width: 942px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ai-title-detail-heading .p-sm {
    color: #666666;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 45px;
}

.ai-title-detail-inner {
    display: grid;
    gap: 20px;
}

.ai-feature-sec-item {
    border: 1px solid #66666633;
    background: #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    height: 100%;
}

.why-generative-ai.aides-2 .ai-feature-sec-item {
    box-shadow: 0px 2px 35px 10px #00000008;
    border: unset;
}

section.why-generative-ai.aides-1 .ai-detail-repeater-text .h6 {
    font-size: 34px;
    font-weight: 500;
}

section.why-generative-ai.aides-2 .ai-detail-repeater-text .h6 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 27px;
    color: #111111;
    font-weight: 700;
    text-align: center;
}

section.why-generative-ai.aides-3 .ai-detail-repeater-text .h6 {
    color: #1A2128;
    margin-top: 0px;
    margin-bottom: 20px;
}

.why-generative-ai.aides-3 .ai-feature-sec-item {
    position: relative;
    padding: 40px;
}

.why-generative-ai.aides-4 .ai-feature-sec-item {
    padding: 30px;
}

section.why-generative-ai.aides-3 .ai-detail-counter {
    position: absolute;
    -webkit-text-stroke: 1px #4792C233;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    right: 11px;
    top: 0px;
    font-family: "inter";
}

section.why-generative-ai.aides-2 .ai-detail-repeater-text p {
    text-align: center;
}

section.why-generative-ai.aides-3 .ai-detail-repeater-text p,
section.why-generative-ai.aides-3 .ai-detail-repeater-text .h6 {
    padding-right: 60px;
}

section.why-generative-ai.aides-2 .common-img,
section.why-generative-ai.aides-4 .common-img {
    justify-content: center;
}

.common-img {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}

.feature-item-sec-img {
    width: 70px;
    height: 70px;
    background: linear-gradient(272.81deg, #73B2DB 8.01%, #418CBD 105.34%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.why-generative-ai.aides-2 .feature-item-sec-img {
    background: unset;
}

section.why-generative-ai.aides-4 .feature-item-sec-img {
    background: unset;
    width: 100%;
    height: auto;
}

.feature-item-sec-img img {
    width: 39px;
    height: 39px;
    object-fit: scale-down;
}

section.why-generative-ai.aides-2 .feature-item-sec-img img {
    width: 68px;
    height: 80px;
}

section.why-generative-ai.aides-4 .feature-item-sec-img img {
    width: 110px;
    height: 110px;
}

.ai-arrow-img {
    width: 70px;
    height: 70px;
    background: #4D95C41A;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-arrow-img img {
    width: 30px;
    height: 30px;
}

.ai-detail-repeater-text .h5 {
    margin-top: 0px;
    margin-bottom: 27px;
    color: #111111;
}

.ai-detail-repeater-text p {
    text-align: left;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .ai-title-detail-inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .why-generative-ai.aides-4 .ai-feature-sec-item {
        padding: 20px;
    }

    .why-generative-ai.aides-4 .ai-title-detail-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .ai-feature-sec-item {
        padding: 30px;
    }

    section.why-generative-ai.aides-1 .ai-detail-repeater-text .h6 {
        font-size: 24px;
    }

    .why-generative-ai.aides-1.pad-t,
    .why-generative-ai.aides-3.pad-t {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .common-img {
        margin-bottom: 20px;
    }

    .ai-arrow-img,
    .feature-item-sec-img {
        width: 50px;
        height: 50px;
    }

    section.why-generative-ai.aides-4 .feature-item-sec-img img {
        width: 80px;
        height: 80px;
    }

    .ai-arrow-img img,
    .feature-item-sec-img img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 575px) {
    .why-generative-ai.aides-4 .ai-title-detail-inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    section.why-generative-ai.aides-3 .ai-detail-repeater-text p,
    section.why-generative-ai.aides-3 .ai-detail-repeater-text .h6 {
        padding-right: 0px;
    }
}