body {
  background-color: #dff5ff;
}
body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}
body h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
}
#join .container {
  background-color: #ffffffb2;
  border-radius: 1.5em;
  padding-top: 16px;
  padding-bottom: 16px;
}
#join .container div {
  text-align: center;
}
footer {
  background-color: #dff5ff;
}
footer .container {
  background-color: #ffffff;
  border-radius: 1.5em;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .row div {
  text-align: center;
}

#banner h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  color: #003f91;
}

#benefit .container {
  background-color: #ffffffb2;
  border-radius: 1.5em;
}

#benefit h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: #003f91;
}

#payment .container {
  background-color: #d1f1ff;
  border-radius: 1.5em;
}

#payment .check {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

#payment .bg-set {
  background-color: #eafeff;
}

@media (min-width: 992px) {
  body{
    margin-top: 90px;
  }
  #mainNavbar {
    padding-top: 90px;
  }
  #mainNavbar.navbar-shadow {
    padding-top: unset;
  }
  section#banner #background {
    top: -90px;
    left: 0px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  section#banner #background {
    width: 90%;
    left: 5%;
  }
  section#banner img {
    width: 100%;
  }
}
