main.faq-page {
  padding: 9vw 0;
}
.bread-bg-5 {
  background-image: url(../images/team-cta-bg.jpg);
  width: 100% !important;
  height: 25vw;
}
.bread-svg {
  position: absolute;
  bottom: -0.1vw !important;
  left: 0;
  width: 100%;
  height: 30px;
  stroke: none;
  fill: #f4f4f4 !important;
}
.section-heading .sec__title {
  font-size: 40px;
  color: var(--blue2) !important;
  font-weight: 700;
}
.cta-bg-2 {
  background-image: url(../images/team-cta-bg.jpg);
  width: 100% !important;
  height: 20vw;
}
.align-items-center {
  padding-top: 4vw;
}
.faq-item .toggle-menu li {
  text-align: right !important;
  font-size: 1.1vw;
  line-height: 3vw !important;
}
@media screen and (max-width: 450px) {
  .faq-item .toggle-menu li a {
    color: #0d233e;
    font-size: 3.5vw !important;
    align-items: center !important;
  }
  ul.toggle-menu li {
    padding-bottom: 3vw;
  }
  .faq-item .toggle-menu li {
    font-size: 3.6vw !important;
    line-height: 9vw !important;
  }
  main.faq-page {
    padding: 12vw 0;
  }
  .bread-bg-5 {
    background-image: url(../images/team-cta-bg.jpg);
    width: 100% !important;
    height: 95vw !important;
  }

  .bread-svg {
    position: absolute;
    bottom: -0.1vw !important;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: #f4f4f4 !important;
  }
  .section-heading .sec__title {
    font-size: 40px;
    color: var(--blue2) !important;
    font-weight: 700;
  }
  .cta-bg-2 {
    background-image: url(../images/team-cta-bg.jpg);
    width: 100% !important;
    height: 20vw;
  }
  .align-items-center {
    padding-top: 4vw;
    font-size: 3.4vw;
    text-align: right !important;
  }
  .cta-bg-2 {
    background-image: url(../images/team-cta-bg.jpg);
    height: 85vw !important;
  }
}
