@media (max-width:992px){

    .hero h1{
        font-size:3rem;
    }

    .timeline::before{
        left:20px;
    }

    .timeline-item{

        width:100%;
        left:0 !important;

        padding-left:60px;
    }

}

@media (max-width:768px){

    .navbar-nav{
        display:none;
    }

    .hero h1{
        font-size:2.2rem;
    }

    .hero p{
        font-size:1rem;
    }

    section{
        padding:60px 0;
    }

}

@media (max-width:576px){

    .hero{
        min-height:80vh;
    }

    .hero-buttons{

        flex-direction:column;
    }

}

@media (max-width: 768px) {

    .hero-logo {
        width: 180px;
        max-width: 70%;
    }

}

@media (max-width: 768px) {

    .hero {

        min-height: 100vh;
        height: auto;
    }

    .hero-overlay {

        justify-content: flex-start;
    }

    .hero-content {

        padding-top: 100px;
        padding-bottom: 40px;
    }

    .hero-logo {

        display: block;

        width: 320px;

        max-width: 100%;

        height: auto;

        margin: 0 auto 20px;
    }

    @media (max-width: 768px) {

        .hero-logo {

            width: 260px;

            max-width: 100vw;
        }
    }

    .hero h1 {

        font-size: 2.6rem;
        line-height: 1.1;
    }

    .hero-subtitle,
    .hero-text {

        width: calc(100% - 30px);

        padding: 12px 18px;

        font-size: 1rem;
    }

    .hero-buttons {

        flex-direction: column;

        align-items: center;
    }

    .hero-btn {

        width: 280px;
        max-width: 90%;
    }
}