@charset "UTF-8";

.page-header-container {
  background: url(../img/advantage/mv2.png) repeat center;
  background-size: cover;
}

.xlarge-margin-top {
  margin-top: 64px !important;
}

.base-margin-bottom {
  margin-bottom: 24px !important;
}

.base-margin-bottom span {
  font-size: 3.0rem;
}

.xlarge-margin-bottom {
  margin-bottom: 64px !important;
}

@media only screen and (max-width: 767px) {
  .xlarge-margin-top {
    margin-top: 40px !important;
  }

  .base-margin-bottom span {
    font-size: 1.8rem;
  }

  .xlarge-margin-bottom {
    margin-bottom: 40px !important;
  }
}