#hero-section-img {
    object-fit: contain;
    width: 40vw;
}

#whyWithUs-section-img,
#studyRoute-section-img {
    object-fit: contain;
    width: 35vw;
}

@media (max-width: 800px) {
    #journeySteps {
        flex-wrap: wrap;
    }

    #hero-section {
        flex-wrap: wrap;
    }

    #hero-section-img {
        width: 80%;
    }

    #whyWithUs-section-img,
    #studyRoute-section-img {
        width: 70%;
    }
}
