﻿@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

.btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fb-footer {
    position: fixed;
    bottom: 110px;
    right: 52px;
    text-align: center;
    border-radius: 30px;
    z-index: 999;
}