.container-second {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {

    .container-second {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {

    .container-second {
        max-width: 1400px;
    }
}

.site-footer {
    background-color: var(--layout-footer-bg-color);
    padding-top: 45px;
    padding-bottom: 45px;
}

.fs-sm {
    font-size: 14px !important;
}

.fs-xxs {
    font-size: 9px !important;
}

.fs-xs {
    font-size: 11px !important;
}

.fs-lg {
    font-size: 30px !important;
}
