#hero{
    padding: 100px 0 70px;
    background: #04143B;
}

#hero h1{
    color: #fff;
    text-align: center;
    font-size: 30px;
	line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

#hero p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-family: 'Oswald';
}

#filters{
    background: #E9E9E9;
    padding: 10px 0;
}

#filters form{
    position: relative;
}

#filters button{
    position: absolute;
    top: 0;
    right: 0;
    background: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background: #F5A555;
    color: #04143B;
}

#filters input,
#filters select{
    border-radius: 0;
    padding: 10px;
}

#blog{
    padding: 50px 0;
}

#blog img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

#blog a{
    text-decoration: none;
}

#blog .cat{
    color: #03143B;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#blog h3{
    color: #03143B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
}

#blog p{
    color: #535353
}