@media screen and (min-width: 1025px) {
    .news {
        padding-left: 50px !important;
    }
}

@media screen and (min-width: 1600px) {
    .news {
        padding-left: calc((100vw - 1440px) / 2) !important;
    }
}

.news .post-wrapper img {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.news .custom-title-5 {
    color: black;
}


/* .news-btn {
    margin-top: -61.5px!important;
} */

