#hero {
    background: url('44973238_1175640669256702_1478315094604513280_n-1-2-1400x577.jpg') no-repeat center center;
    background-size: cover;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#hero .hero-text {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    position: absolute;
    width: 45%;
    max-width: 800px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-5%, -60%);
}

.mobile-hero-text {
    display: none;
}

#about {
    background: #ffffff;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#typical {
    background: #ffffff;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin-top: -15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#curriculum {
    background: #F2F1ED;
    margin-top: -35px;
}

#team {
    background: #F2F1ED;
}

#curriculum .curriculum-text {
    background: #ffffff;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;

}

#contact {
    background: #F2F1ED;
    margin-top: -30px;
}

#contact .contact-text {
    background: #F2F1ED;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: -100px;
}

.service-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.service-content {
    padding: 20px;
}

/* x-small */

@media (max-width: 576px) {}



/* small */

@media (max-width: 768px) {



    /* nav {
        display: none;
    } */
}

/* medium */

@media (max-width: 992px) {

    #typical {
        width: 90%;
    }

    /* nav {
        display: none;
    } */
}

/* large */

@media (max-width: 1200px) {

    #typical {
        width: 90%;
    }

    #hero {
        height: 55vh;
    }

    #about {
        width: 85%;
    }
}

/* x-large */

@media (max-width: 1400px) {}