.tariffs-container {
    padding-bottom: 110px;
}

.container.tariffs-container::after {
    content: "";
    display: table;
    clear: both;
}

*::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1540px) {
    .tariffs-container {
        padding-bottom: 40px;
    }
}