.grad-container.culture {
    background: linear-gradient(180deg, rgba(162, 1, 100, 1) 67.54%, #F7F7F7 100%);
}

.grad-container.culture header {
    background: rgba(162, 1, 100, 0.6) !important;
}

.grad-container.sustainability {
    background: linear-gradient(180deg, #3C7460 67.54%, #F7F7F7 100%);
}

.grad-container.sustainability header {
    background: #3C7460 !important;
}

.grad-container.ability {
    background: linear-gradient(180deg, rgba(224, 142, 41, 1) 67.54%, #F7F7F7 100%);
}

.grad-container.ability header {
    background: rgba(224, 142, 41, 1) !important;
}

.sustainability .color {
    background: linear-gradient(0deg, rgba(0, 46, 26, 0.6), rgba(0, 46, 26, 0.6));
}

.sustainability .programs-focus__item-title span {
    color: #3C7460;
}

.sustainability .programs-focus__item .desc ul li::marker {
    color: #3C7460;
}

.identity .color {
    background: linear-gradient(0deg, rgba(102, 141, 198, 0.6), rgba(102, 141, 198, 0.6));
}

.identity .programs-focus__item-title span {
    color: #668DC6;
}

.identity .programs-focus__item .desc ul li::marker {
    color: #668DC6;
}

.culture .color {
    background: linear-gradient(0deg, rgba(162, 1, 100, 0.6), rgba(162, 1, 100, 0.6));
}

.culture .programs-focus__item-title span {
    color: #A20164;
}

.culture .programs-focus__item .desc ul li::marker {
    color: #A20164;
}

.ability .color {
    background: linear-gradient(0deg, rgba(224, 142, 41, 0.6), rgba(224, 142, 41, 0.6));
}

.ability .programs-focus__item-title span {
    color: #E08E29;
}

.ability .programs-focus__item .desc ul li::marker {
    color: #E08E29;
}

.programs-banner {
    background: white;
    border-radius: 64px;
    margin-top: 40px;
}


.programs-banner__wrapper {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.programs-banner__wrapper .img-wrapper {
    width: 100%;
    height: 457px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.programs-banner__wrapper .img-wrapper h1 {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 64px;
    letter-spacing: -3%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.programs-banner__wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.programs-banner__desc {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #4F4F4F;
}

.programs-banner__desc span {
    color: #2E2E2E;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
}

@media screen and (max-width: 1024px) {
    .programs-banner {
        border-radius: 32px;
    }

    .programs-banner__wrapper {
        padding: 20px 12px;
        gap: 16px;
    }

    .programs-banner__wrapper .img-wrapper {
        height: 200px;
    }

    .programs-banner__wrapper .img-wrapper h1 {
        font-size: 32px;
    }

    .programs-banner__desc {
        font-size: 14px;
        line-height: 22px;
    }

    .programs-banner__desc span {
        font-size: 14px;
        line-height: 22px;
    }
}
