.heroImageContainer {
  height: 20px !important;
  width: 100%;
  min-height: 50px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
}

.header .menu-icon .navicon {
  background: white;
}

@media only screen and (max-width: 1500px) {
  .faqTitle h1 {
    font-size: 10rem !important;
  }

  .faqTitle h2 {
    font-size: 6rem !important;
  }
}

@media only screen and (max-width: 1280px) {
  .acordionContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .faqTitle h1 {
    font-size: 7rem !important;
  }

  .faqTitle h2 {
    font-size: 4rem !important;
  }

  .accordion-button {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 780px) {
  .acordionContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .heroImageContainer {
    height: 20px !important;
    width: 100%;
    min-height: 50px;
  }
  .faqTitle {
    padding: 0 0 0;
  }

  .faqTitle h1 {
    font-size: 5rem !important;
  }

  .faqTitle h2 {
    font-size: 3rem !important;
  }

  .accordion-button {
    font-size: 18px !important;
    padding: 10px 20px !important;
  }

  .accordion-body {
    color: white !important;
    text-align: justify;
    font-size: 14px !important;
    font-family: var(--font-lato) !important;
    font-weight: 300 !important;
    text-align: left !important;
    padding: 0 20px 10px !important;
    border: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .acordionContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faqTitle h1 {
    font-size: 26px !important;
  }

  .faqTitle h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
  }

  .accordion-button {
    font-size: 14px !important;
    padding: 0 20px !important;
  }
}
