.faq-dark {
  background-color: #003b5a;
  color: #fff;
}

.faq-light {
  background-color: #fff;
  color: #003b5a;
}

.faq-green {
  background-color: #00a4a7;
  color: #fff
}

.faq-light-grey {
    background-color: #f5fcfc;
    color: #003b5a;
}

.faq h2 {
    font-size: 28px;
    color: inherit !important;
}

.faq-dark h2 {
    font-size: 28px;
    color: inherit !important;
}

.faq-light h2 {
    font-size: 28px;
    color: inherit !important;
}

.faq-green h2 {
    font-size: 28px;
    color: inherit !important;
}

.faq-light-grey h2 {
    font-size: 28px;
    color: inherit !important;
}