#post_section{
    padding: 71px 0 81px;
    background: #FFF8F1;;
}
.d-flex{
    flex-wrap: wrap !important;
}
.post-pagination{
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 63px;
}
.post-pagination a{
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease;
    justify-content: center;
    align-items: center;
    font-family: 'Lora';
    font-size: 22px;
    margin: 0 4px;
}
.post-pagination a.active{
    background: #FFD87C;
}
.post-pagination a.active:hover{
    color: #000;
}
.post-pagination a:hover{
    box-shadow: 0px 10px 20px 0px rgba(203, 181, 170, 0.30);
}
#post_section .col-wrap-4{
    padding: 0;
}
.blog-post-wrapper{
    padding: 15px;
}

@media(max-width: 767px){
    #post_section{
        padding: 60px 0;
        background: #FFF8F1;;
    }
}