#hero{
    padding: 100px 0;
    background-color: #152b36;
    background-size: cover;
    background-position: bottom 0 right -200px;
    background-repeat: none;
}

#hero h1{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 71px;
    font-family: 'VAGRoundedLTProLight';
    margin-bottom: 30px;
}

#hero p{
    color: #FFFFFF;
    font-size: 18px;
}

#hero .click{
    display: flex;
    margin-top: 40px;
}

#hero .btn-primary{
    margin-right: 15px;
}

@media(max-width:1500px){
    #hero{
        background-position: bottom 0 right -400px;
    }
}

@media(max-width:1200px){
    #hero{
        background-image: none!important;
    }
}

@media(max-width: 576px){
    #hero .click{
        flex-direction: column;
    }

    #hero .btn-primary{
        margin: 0 0 15px 0;
    }
}

#filters{
    padding: 40px 0;
}

#filters form{
    position: relative;
}

#filters button{
    position: absolute;
    top: 0;
    right: 5px;
    height: 48px;
    width: 48px;
    background: none;
    border: none;
    color: #A7204F
}

#filters input{
    height: 48px;
    border-radius: 52px;
}

#filters select{
    height: 48px;
}

#blog .wrap{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 30px;
}

#blog a{
    text-decoration: none;
}

#blog .meta span{
    color: #000000;
    margin-right: 5px;
}

#blog .meta{
    color: #A7204F;
    font-family: 'VAGRoundedLTProLight';
}

#blog .date{
    margin-bottom: 30px;
}

#blog h2{
    font-size: 18px;
    line-height: 27px;
}

#blog .content{
    color: #040707;
    margin-bottom: 30px;
}