    /* FAQ Section Styles */
.faq-section1 {
  background-color: #f3f3f3 !important;
  padding: 60px 0;
}

.faq-titles {
  color: #e20118 !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
  font-size:21px;
}

.faq-question {
  color: #183867 !important;
  text-transform: none;
  font-weight: 600; 
}

    /* FAQ Section Styles */
.faq-section1 {
  background-color: #f3f3f3 !important;
  padding: 60px 0;
}

.faq-titles {
  color: #e20118 !important;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
  font-size:24px;
}

.faq-question {
  color: #31353b !important;
  text-transform: none;
  font-weight: 700; 
  margin-bottom:0px;
  font-size:20px;
}


 .faq-section .faq-answer a {
  color: #e20118;
  font-weight: 600;
  text-decoration: none;
}

.faq-section .faq-answer a:hover {
  color: #183867;
  text-decoration: underline;
}
