#banner-section{
    height: 80vh;
}
#banner-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner-section h1{
    color: #fff;
    padding-bottom: 100px;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 550px){
    #banner-section h1{
        font-size: 45px;
    }
}
@media (max-width: 450px){
    #banner-section h1{
        font-size: 35px;
    }
}