/**
 * @file
 * Styles for the Slider section layout.
 */

/* ===== Section container ===== */
.layout--slider {
  position: relative;
  max-width: 1140px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .layout--slider {
    margin-bottom: 4rem;
  }
}
