@charset "utf-8";

.top-banner{
    margin-bottom: 5%;
    height: 45%;
}

.top-banner  img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.student-story {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

.student-story h1 {
    text-align: center;
    font-size: 36px;
    color: #004A78;
}

.student-story h2 {
    text-align: left;
    font-size: 24px;
    color: #333;
    line-height: 1.6;
}

.story-content {
    margin: 40px 0;
}

.story-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.story-image {
    margin: 40px 0;
}

.story-image img {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .student-story {
        margin: 40px auto;
    }

    .student-story h1 {
        font-size: 28px;
        color: #004A78;
    }

    .student-story h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .story-content {
        margin: 30px 0;
    }

    .story-content p {
        font-size: 15px;
    }

    .story-image {
        margin: 30px -20px;
    }

    .story-image img {
        border-radius: 0;
    }
    
    .banner-big img[src="img/Banner2.webp"] {
        content: url("../img/Group 180.webp");
        margin: auto 0 100px;
    }
}