.learning-process {
    background-color: #D0FF14;
    padding: 4.6875rem 0px 4.6875rem 0px;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    align-items: center;
}


.learning-process__heading {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0px;
    color: #0D0D0D;
    margin-bottom: 2.75rem;
    width: 87.5rem;
}

.learning-process__heading span {
    color: #ED1044;
}

.learning-process__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 1rem;
}

.learning-process__item iframe {
    width: 43.25rem;
    height: 24.3125rem;
    border-radius: 2.5rem;
}

@media screen and (max-width: 1200px) {
    .learning-process {
        padding: 3.6875rem 2.5rem 3.6875rem 2.5rem;
    }

    .learning-process__wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        column-gap: 0;
        row-gap: 2.1875rem;
        align-items: center;
        width: 100%;
    }

    .learning-process__item {
        width: 100%;
    }

    .learning-process__item iframe {
        width: 100%;
        border-radius: 2.5rem;
    }

    .learning-process__heading {
        width: 100%;
        align-self: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .learning-process {
        padding: 2.25rem 1.25rem 2.25rem 1.25rem;
    }

    .learning-process__heading {
        font-size: 1.25rem;
        margin-bottom: 1.5625rem;
        letter-spacing: -0.0125rem;
    }

    .learning-process__wrapper {
        row-gap: 0.625rem;
    }


    .learning-process__item iframe {
        border-radius: 1.5rem;
    }
}
