@media (max-width: 1600px) {
    .page-template-videos .custom-post-news{
        width: 24%;
    }
}
@media (max-width: 1300px) {
    .page-template-videos .custom-post-news {
        width: 32%;
    }
    .news-section .post-thumbnail img {
        min-height: 233px;
        max-width: 100%;

    }
}
@media (max-width: 1024px) {
    .page-template-videos .custom-post-news {
        width: 48%;
    }
    .news-section .post-thumbnail img {
        min-height: auto;
    }

}
@media (max-width: 921px) {
    .custom-post-news {
        width: 48%;
    }
    .news-section .post-info {
        padding-bottom: 25px;
        max-width: 100%;
        min-height: auto;
    }
}
@media (max-width: 768px) {
    .banner-single-project{
        margin: 16px 0 40px;
    }
    .youtube-video iframe{
        min-height: 300px;
    }
    .heading-project{
        flex-direction: column-reverse;
    }
    .heading-project h2{
        width: 100%;
        color: #121212;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 160% */
        letter-spacing: 1px;
    }
    .tags{
        width: 100%;
        justify-content: flex-start;
    }
    .single-content p,
    .single-content {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

}
@media (max-width: 650px) {
     .custom-post-news {
        width: 100%;
    }
    .page-template-videos .custom-post-news {
        width: 100%;
    }
    .post-info{
        max-width: 100%;
        min-height: auto;
    }
    .news-section .read-more{
        position: relative;
    }
    .single-bottom{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .single-bottom-info{
        margin-bottom:50px ;
    }
}