h5 {
  color: #2676b6;
}

h2 {
  color: #000000 !important;
}

h6 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #0F2F49 !important;
}

.activeTopic {
  transition: all 0.3s ease-in-out;
  background-color: #2676b6;
  cursor: pointer;
  color: white !important;
}

/*--- faq section ---*/
.faq-section {
  padding: 0 15%;
}

.faq-element {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #999999;
  transition: 300ms;
  margin-bottom: 16px;
}

.faq-question {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 30px;
  cursor: pointer;
}

.faq-question h6 {
  color: #101828;
  font-size: 18px;
}

.faq-question img {
  height: 7px;
  width: auto;
}

.faq-element.active .faq-angle {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.faq-angle {
  transition: all 0.3s ease-in-out;
}

.faq-answer {
  height: 0;
  transition: 300ms;
  overflow: hidden;
}

.faq-answer > div {
  padding: 0 30px 30px 30px;
}

.seperator {
  height: 170px;
  border: 1px solid #c4c4c4;
}

.information {
  gap: 50px;
}

.pl-10 {
  padding-left: 10px;
}

.gap-6 {
  gap: 1.5rem;
}

.hover-blue {
  color: black !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.hover-blue:hover {
  color: #2676b6 !important;
  transition: all 0.3s ease-in-out;
}

.info-cell {
  width: 190px;
}

.topic-button {
  min-width: 190px;
  border-radius: 8px;
  border: 1px solid #666666;
  color: #666666;
  text-align: center;
  align-content: center;
  text-decoration: none;
  padding: 10px;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
}
.topic-button:hover {
  color: #2676b6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
