#filter{
    padding: 50px 0;
}

#filters{
    padding: 50px 0;
}

#filters form{
    position: relative;
}

#filters button{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: #83BF42;
    height: 38px;
    width: 38px;
}

#blog .post h3{
    color: #23285C;
    font-family: 'Roboto';
    font-size: 25px;
}

#blog .post img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

#blog .post .wrap{
    background: #F5F6F7;
    padding: 15px;
}

#blog .date{
    color: #196839;
    font-size: 14px;
    margin-bottom: 10px;
}

#blog .post h4{
    color: #1C2A45;
    font-size: 20px;
    font-weight: 500;
}

#blog .post p{
    color: #696969;
    font-size: 15px;
}

#blog .post .btn:hover{
    color: #000000;
}