.hero_img_wrapper{
    width: fit-content;
    margin: auto;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.hero_img{
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
.about_school_wrapper{
    margin: 1rem;
}
.about_school_wrapper>div{
    width: fit-content;
    margin: 1rem auto;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    padding: 1rem;
    line-height: 1.8;
    text-align: justify;
}
.about_school{
    max-width: 900px;
    margin:1rem;
    font-size: 1.2rem;
    margin-top: 2rem;
}
ul.about_school{
    margin-left: 2rem;
}
.school_students_images_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
}
.school_students_images_wrapper img{
    max-width: 300px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}