#filter{
    padding: 50px 0;
}

#filter select{
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
    border: #A048C6 solid 1px;
}

#filters{
    padding: 50px 0;
}

#filters form{
    position: relative;
}

#filters button{
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    height: 38px;
    font-size: 12px;
}

#blog img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

#blog .content{
    border: 1px solid #E9E9E9;
    padding: 15px;
}

#blog h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1E2227;
    font-family: 'Poppins';
}

#blog p{
    font-size: 14px;
    color: #1E2227;
    line-height: 23px;
}

#blog .btn{
    border: 1px solid #E9640D;
    color: #062033;
}

#blog .cat{
    position: absolute;
    font-size: 14px;
    background: #E9640D;
    color: #fff;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
    border-radius: 3px
}

#blog .wrap{
    position: relative;
}