
@media (min-width: 991px) {
  .customlayout__base {
    padding: 60px 0;
  }
  .customlayout__base::before {
    margin: -60px 0;
  }
}
@media (min-width: 1442px) {
  .customlayout__base {
    max-width: 1674px;
    padding: 120px 0;
  }
  .customlayout__base .customlayout,
  .customlayout__base .customlayout__base {
    padding: 0;
  }
  .customlayout__base::before {
    margin: -120px 0;
  }
}