.cta-section {
    position: relative;
    padding: 24px;
}

@media (min-width: 767.8px) {
    .cta-section {
        padding-block: 80px;
    }
}

@media (min-width: 1270px) {
    .cta-section {
        padding-inline: 0;
    }
}

.cta-section .container-new {
    background-color: var(--orange-10);
    min-height: 400px;
    padding: 32px 10px 0 10px;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 575.8px) {
    .cta-section .container-new {
        padding: 80px 80px 0;
    }
}

@media (min-width: 1270px) {
    .cta-section .container-new {
        padding: 80px;
    }
}

.cta-section .container-new .row-new {
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    row-gap: 24px;
}

@media (max-width: 575.8px) {
    .cta-section .container-new .row-new {
        margin-inline: 0;
    }
}

.cta-section .container-new .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-inline: 14px;
}

@media (min-width: 1270px) {
    .cta-section .container-new .text-wrapper {
        width: 50%;
        flex-basis: 50%;
    }
}

.cta-section .container-new .text-wrapper > * {
    width: 100%;
    flex-basis: 100%;
}

.cta-section .container-new .text-wrapper .section-title {
    line-height: 1;
    margin-block: 0;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.cta-section .container-new .text-wrapper .button-wrapper {
    margin-top: 16px;
}

.cta-section .container-new .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 24px;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 991.8px) {
    .cta-section .container-new .image-wrapper {
        margin-top: auto;
        position: absolute;
        width: 50%;
        flex-basis: 50%;
        height: 100%;
        right: 0;
        left: auto;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }
}

.cta-section .container-new .image-wrapper .founder-inner {
    margin-bottom: 10px;
}

.cta-section .container-new .image-wrapper .teacher-info {
    max-width: 270px;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
    border-radius: 16px;
    display: inline-flex;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: -40px;
    z-index: 9;
    position: relative;
}

.cta-section .container-new .image-wrapper .teacher-info > * {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    text-align: center;
}

.cta-section .container-new .image-wrapper .teacher-info h4 {
    font-size: 20px;
}

.cta-section .container-new .image-wrapper .teacher-info .teacher-experience {
    font-size: 16px;
    line-height: 20px;
}

.cta-section .container-new .image-wrapper .teacher-info .teacher-position {
    font-size: 16px;
    line-height: 20px;
}

.cta-section .container-new img {
    position: relative;
}

@media (min-width: 991.8px) {
    .cta-section .container-new img {
        position: absolute;
        right: 20px;
        top: -30px;
        object-fit: cover;
        width: auto;
    }
}

.cta-background-yes .container-new:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url("./images/cta-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}
 