.main-header{
    width: 100%; height: 400px;
    margin: 0;
    color: #dcedf5; background-color: #1a1d1f;
    position: relative;
    background-image: url('../../images/banner.webp'); background-repeat: no-repeat; background-position: top center; background-size: 100% ;
}

@media screen and (max-width: 630px) {
    .main-header{
        display: none;
    }
    
}

.main-header .logo-container{
    width: 24%;
    min-width: 150px;
    max-width: 304px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.main-header .logo-container .logo{
    width: 100%; height: auto;
    margin: 0;
}

.main-header .title-container {
    width: 100%; height: auto;
    margin: 0;
    position: absolute; top:30%;
    text-align: center;
}

.main-header .title-container .title{
    font-family: 'Robto',sans-serif; font-size: 48px; font-weight: 400;
    color: #f5f9fa;
    text-shadow: 2px 2px black;
}

.main-header .title-container .description{
    font-family: 'Robto',sans-serif; font-size: 36px; font-weight: 400;
    color: #f5f9fa; text-shadow: 2px 2px black;

}