.section--padding{
    padding: 30px 0px;
}
@media (min-width: 576px) {
    .post-item.post-classic .post-content .post-top {
        padding: 10px 10px 30px;
    }
}

.post-thumb{
    padding: 10px 20px;
}
.post-thumb img{
    width: 100%;
    height: 250px;
    object-fit: contain;
    
}
.post-item .post-content .post-top {
    padding: 30px 28px 30px;
    border-bottom: 0px solid #e5e5e5;
}

.post-item .post-content {
    border-radius: 0px;
}
/* NEXT PREV  */
.button-next-prev-main{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid black;
    border-radius: 0 0 10px 10px;
}
.button-next-prev {
    width: 100px;
    margin: 10px;
    text-align: center;
    transition: 0.5s;
    padding: 10px 0px;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #0f8aac 0%, #1f76bc  51%, #1495ac  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-next-prev:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
  .button-next-prev:active {
    transform: scale(0.95);
  }

  .quick-contact-main{
    padding: 0px 20px 30px;
  }