*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    background: #ffffff;
}

/* ===== SECTION DIVIDER ===== */

.section-divider {
  width: 100%;
  height: 1px;
  background: #e6e6e6;

  max-width: 1280px;
  margin: 0 auto;
}