.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;
  }
}

.faq {
  padding: 90px 0 50px 0;
}
.faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq__title {
  color: #03395B;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  background-color: transparent;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.faq__title:focus, .faq__title:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #03395B;
}
.faq__title:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq__title::after {
  filter: invert(18%) sepia(31%) saturate(3454%) hue-rotate(218deg) brightness(91%) contrast(99%);
}
.faq__body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  .faq {
    padding: 60px 0;
  }
  .faq__title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .faq__body {
    padding-left: 30px;
  }
}

.question {
  margin: 50px 0 100px 0;
}
.question__image-container {
  position: relative;
  width: 100%;
}
.question__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.question__title {
  line-height: 1.3;
  font-size: 34px;
}
.question__text p {
  font-size: 16px;
  color: #03395B;
  line-height: 30px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .question__image-container {
    height: 423px;
  }
}
@media (max-width: 575px) {
  .question {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=faq.css.map */
