@media (max-width: 1200px) {
    .post-info{
        min-height:300px
    }
}
@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        height: 32px;
        width: 32px;
    }
    .heading-project{
        flex-direction: column-reverse;
    }
    .banner-single-project{
        margin:32px 0 20px;
    }
    .tags,.heading-project h2{
        width: 100%;
    }
    .single-project-content{
        margin-bottom: 32px;
    }
    .single-project-content-slide{
        margin-bottom: 56px;
    }
    .heading-project h2{
        color: #121212;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 160% */
        padding-bottom: 24px;
        border-bottom: 1px solid #DEDEDE;
    }
    .tags{
        justify-content: start;
        margin: 0 0 24px;
    }
    .single-content p{
        margin-top: 24px;
        font-size: 14px;
        line-height: 26px;
    }

    .single-swiper{
        overflow: unset;
    }
    .post-info{
        padding-bottom: 16px!important;
        padding-left: 8px;
        padding-top: 15px;
    }
    .news-section{
        margin-bottom: 62px;
    }
}
@media (max-width: 480px){
    .news-section .sub-heading{
        margin-bottom: 24px;
        padding-bottom: 24px;
        font-size: 22px;
    }
    .swiper-nav{
        top: -67px;
    }
    .banner-project img{
        height: 235px;
        object-fit: cover;
    }
    .top-banner{
        display: none;
    }
    .swiper-nav {
        top: -63px;
    }
}