.split-section {
    background-image: image-set(
        url('../images/mal-bis-laptop.png') 1x,
        url('../images/mal-bis-laptop@2x.png') 2x
    );
    background-repeat: no-repeat;
    background-position: calc(50% + 525px) center;
}

.split-section .section-title {
    margin-bottom: 12px;
    text-align: left;
}

.split-section .split-section__content .section-description {
    padding-bottom: 12px;
}

.split-section .split-section__content p {
    line-height: 1.52;
}

.program-capabilities .section-title {
    text-align: left;
    margin-bottom: 24px;
}

.program-capabilities .bg-layer {
    .gear-1 {
        width: 173px;
        height: 181px;
        top: calc(100% - 295px);
        left: -75px;
    }

    .gear-2 {
        width: 265px;
        height: 278px;

        top: calc(50% + 85px);
        right: -68px
    }

    .gear-3 {
        top: calc(100% - 165px);
        left: calc(50% - 250px);
    }
}

.program-capabilities {
    .col {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .col-container {
        max-width: 720px;
    }

    .col.left {
        background-color: var(--white-pale-lilac);
    }

    .col.left .col-container {
        padding-right: 20px;
        padding-left: 110px;
        margin-left: auto;
    }

    .col.right {
        background-color: var(--white-muted);
    }

    .col.right .col-container {
        padding-left: 20px;
        padding-right: 110px;
        margin-right: auto;
    }

    .col-container > *:not(:has(strong)):not(:last-child) {
        margin-bottom: 24px;
    }

    p:has(strong) {
        margin-bottom: 12px;
    }

    .col-container > p {
        line-height: 1.67;
    }
}

.program-capabilities .list--framed {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;


    margin-bottom: 24px;

    li {
        max-width: 400px;
        justify-self: center;
        padding: 16px;
        border: 1px solid #f99417;
        border-radius: 8px;
    }

    p {
        line-height: 1.52;
    }

    p:first-child {
        margin-bottom: 8px;
        font-weight: 500;
    }
}

.program-capabilities .bg-layer,
.anketa .bg-layer {
    z-index: 1;
}

/* --- @MEDIA 1200px MIN --- */

@media screen and (min-width: 1200px) {
    .split-section .split-section__content {
        max-width: 639px;
        padding-top: 132px;
        padding-bottom: 132px;
    }
}

/* --- @MEDIA 1200px MAX --- */

@media screen and (max-width: 1199px) {
    .split-section {
        padding-bottom: 474px;
        background-size: 630px 365px;
        background-position: center bottom 40px;
    }

    .program-capabilities .col {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .program-capabilities .list--framed {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* --- @MEDIA 1024px MAX --- */

@media screen and (max-width: 1023px) {
    .program-capabilities .col.left .col-container {
        padding-right: 20px;
        padding-left: 55px;
    }

    .program-capabilities .col.right .col-container {
        padding-left: 20px;
        padding-right: 55px;
    }
}

/* --- @MEDIA 960px MAX --- */

@media screen and (max-width: 960px) {
    .anketa .bg-layer .gear-1 {
        top: -65px;
    }
}

/* --- @MEDIA 768px MAX --- */

@media screen and (max-width: 767px) {
    .program-capabilities .bg-layer {
        .gear-1 {
            width: 173px;
            height: 181px;
            top: calc(100% - 440px);
            left: -75px;
        }

        .gear-2 {
            width: 265px;
            height: 278px;

            top: calc(50% - 50px);
            right: -130px
        }
    }

    .program-capabilities .cols-2 .col-container .section-title {
        margin-bottom: 32px;
    }

    .program-capabilities .col.left {
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .program-capabilities .col.right {
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .program-capabilities .col.left .col-container {
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
    }

    .program-capabilities .col.right .col-container {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
    }

    .program-capabilities .col-container > p {
        line-height: 1.52;
    }
}