@media screen and (min-width: 841px) and (max-width: 1098px){
    .menu-list{
        display: flex;
        list-style: none;
        gap: 1rem;
        margin: 0 2rem;
    }

    .menu-item{
        max-width: 150px;
        font-size: .8rem;
        
        & .button-login{
            padding: 0.5rem 1rem;
            font-size: 0.8rem;
        }
    }

    .footer-logo{
        margin-left: 2rem;
    }
    .footer-menu{
        gap: 2rem;
        margin: 0 2rem;
    }

    .hero-content{
        margin-right: 3rem;
    }

    
    .hero-section {
        & .hero-title {
            font-size: 3rem;
        }
    }

    .course-objective-dates{
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }

    .course-objective{
        width: 80%;
        height: auto;
    }

    .course-dates{
        width: 80%;
    }
}