/* =========================================================
   CONTENEDOR GENERAL
========================================================= */

.section-container {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
}