main .container-fluid.banner {
  background: linear-gradient(to bottom right, rgba(3, 10, 68, 0.9), rgba(23, 35, 136, 0.9)), url(../content/images/ctaBackground.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
main .container-fluid.banner .row .col-12 {
  flex-direction: column;
}
main .container-fluid.banner .row .col-12 .imgBx img {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main .container-fluid.banner .row .col-12 .textBx h1 {
  color: #f5f5f5;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 30px;
}
main .container-fluid.banner .row .col-12 .textBx p {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 16px;
}
main .container-fluid.content {
  padding-top: 15px;
}
main .container-fluid.content .row .col-12 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
}
main .container-fluid.content .row .col-12 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
}
main .container-fluid.content .row .col-12 p {
  font-weight: 600;
  color: #5b5b5b;
}

@media (min-width: 769px) {
  main .container-fluid.banner {
    height: 50vh;
    margin-top: 116px;
  }
  main .container-fluid.banner .row .col-12 {
    flex-direction: row;
  }
  main .container-fluid.banner .row .col-12 .imgBx {
    margin-right: 30px;
  }
}/*# sourceMappingURL=terms.css.map */