#filter{
    padding: 50px 0;
}

#filter select{
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
    border: #A048C6 solid 1px;
}

#filters{
    margin: 50px 0;
    padding: 20px 0;
    background: #F8F8F8;
}

#filters input{
    border-radius: 0px;
    border: none;
    height: 53px;
}

#filters select{
    border: none;
    border-radius: 0;
    height: 53px;
}

#filters form{
    position: relative;
}

#filters form button{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #CC1F27;
    color: #fff;
    height: 53px;
    width: 53px;
}

#blog img{
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 20px;
}

#blog h2{
    font-size: 25px;
}