.banner-section {
  margin-top: 106px;
  position: relative;
  width: 100%;
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.banner-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-section__title {
  color: #03395B;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.banner-section__subtitle p {
  font-size: 18px;
  line-height: 28px;
  color: #03395B;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-section {
    height: 265px;
    align-items: flex-start;
  }
  .banner-section__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .banner-section__subtitle p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .banner-section {
    align-items: center;
  }
}

/*# sourceMappingURL=privacy-policy.css.map */
