
.custom-banner .hero-section {
  background-color: hsl(216, 67%, 39%);
  color: #FFF;
  padding-top: 1.5rem;
  scroll-margin-top: 90px;
}

.custom-banner .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.custom-banner .container-maxwidth {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.custom-banner .hero-section .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}

.custom-banner .hero-section h1 {
  font-size: 2.5rem;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 3rem 0 1.38rem;
  color: #fff;
}

.custom-banner .hero-section p {
  margin-bottom: 2.25rem;
}

.custom-banner .wmt-btn {
  background-color: #FFF;
  border-color: #FFF;
  color: hsl(216, 67%, 39%);
}

.custom-banner .wmt-btn {
  margin-bottom: 1.5rem !important;
  text-decoration: none;
}

.custom-banner .wmt-btn {
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2em;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: inherit;
  padding: 0.45em 1.5em;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.2s ease-out 0s;
  white-space: nowrap;
}

.custom-banner .hero-section img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.custom-banner .container-fluid:before,
.custom-banner .row:before {
  display: table;
  content: " ";
}

.custom-banner .container-fluid:after,
.custom-banner .row:after {
  display: table;
  content: " ";
  clear: both;
}

.custom-banner .hero-section {
  background-color: hsl(216, 67%, 39%);
  color: #FFF;
  padding-top: 1.5rem;
  scroll-margin-top: 90px;
}
.wmt-btn:hover, .wmt-btn:active, .wmt-btn:focus {
    background-color: hsl(217, 67%, 13%);
    border-color: hsl(217, 67%, 13%);
    color: #FFF;
}
@media (min-width: 992px) {
  .custom-banner .col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .custom-banner .hero-section h1 {
    font-size: 4.5rem;
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 3rem 0 1.38rem;
  }
}

@media (max-width:991px) {
  .custom-banner .hero-section .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
  }

  .custom-banner .col-md-6 {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}