
/* Stronger separation between header and the first section */
.aws-header {
  margin-bottom: 22px !important;
}

#intro.aws-hero,
.aws-hero {
  margin-top: 22px !important;
  padding-top: 86px !important;
}

@media (max-width: 991px) {
  .aws-header {
    margin-bottom: 18px !important;
  }
  #intro.aws-hero,
  .aws-hero {
    margin-top: 18px !important;
    padding-top: 72px !important;
  }
}

@media (max-width: 767px) {
  .aws-header {
    margin-bottom: 14px !important;
  }
  #intro.aws-hero,
  .aws-hero {
    margin-top: 14px !important;
    padding-top: 58px !important;
  }
}
