
/* Tilda использует max-width: 959px, мы используем min-width: 480px с большей специфичностью */
@media screen and (min-width: 480px) and (max-width: 959px) {
    #allrecords .t-container,
    body .t-container,
    .t-rec .t-container {
        max-width: 760px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    
    #allrecords .t-col,
    body .t-col,
    .t-rec .t-col,
    #allrecords [class*="t-col"],
    body [class*="t-col"] {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
</style>