@media screen and (min-width: 1200px) {
    .t812__col:first-child {
        padding-left: 60px;
        max-width: 500px!important;
    }
    
    .t812__col:last-child {
        padding-right: 60px;
        max-width: 500px!important;
    }
}


@media screen and (max-width: 480px) {
    .t812__col {
        max-width: 360px;
        margin: 0 auto;
    }
    
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {


    padding-bottom: 100%!important;
}
}




.t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 32px;
}



.arrow-left, .arrow-right {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.arrow-left:hover,.arrow-right:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}