.about-section-img, .about-section-img-mob {
    width: 100%;
    height: 470px;
}

.about-section-title {
    color: var(--Dgital-Orange, var(--parent-orange, #FF9A51));
    font-family: Gotham;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-inline-start: 16rem;
}

.about-section-desc {
    color: #000;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    margin-inline-start: 21rem;
    margin-inline-end: 20rem;
}

.about-section {
    margin-bottom: 50px;
}

.about-section-img2, .about-section-img2-mob {
    width: 100%;
    height: 297px;
}

.learning-sections {
    padding: 2rem 21rem 5rem 22rem;
}

.learning-section {
    margin-bottom: 3rem;
}

.learning-section-title {
    color: var(--parent-blue, #3CAADB);
    font-family: Gotham;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.learning-section-desc {
    color: #000;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

@media (max-width: 1200px) {
    .about-section-desc {    
        margin-inline-start: 18rem;
        margin-inline-end: 11rem;
    }
}


@media (max-width: 1000px) {
    .about-section-img {
        display: none !important;
    }

    .about-section-img-mob {
        display: block !important;
        height: 100% !important;
    }

    .about-section-img2 {
        display: none !important;
    }

    .about-section-img2-mob {
        display: block !important;
        height: 100% !important;
    }

    .about-section-title {
        margin-inline-start: 1rem;
        font-size: 22px;
    }

    .about-section-desc {
        margin-inline-start: 1rem;
        margin-inline-end: 1rem;
        font-size: 18px;
    }

    .learning-sections {
        padding: 2rem 1rem 5rem 1rem;
    }

    .learning-section-title {
        font-size: 22px;
    }

    .learning-section-desc {
        font-size: 18px;
    }
}