html {
  font-size: 14px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 1280px;
    }
}