/* CSS для задания padding в 20 пикселей для всех Grid элементов */
.t-container {
    padding: 10px !important;
}
