#rec2285552261 .t-feed__container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 100% !important;
}

#rec2285552261 .t-feed__post-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#rec2285552261 .t-container {
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media screen and (max-width: 980px) {
    #rec2285552261 .t-feed__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    #rec2285552261 .t-feed__container {
        grid-template-columns: 1fr;
    }

    #rec2285552261 .t-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}