
.row-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1210px;
}
.row-container::before, .row-container::after {
    content: "";
    display: table;
    line-height: 0;
}
.row-container::after {
    clear: both;
}
