.Top_Specialisations {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin-bottom: 50px;
}

.Top_Specialisations .Main_heading_holder {
  text-align: left;
  margin-bottom: 20px;
}

/* .Top_Specialisations .Top_Specialisations_div .faq_item {
    border: none;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}


.faq_header .accordion-button {
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 20px;
    box-shadow: none;
}

.faq_header .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.faq_header .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.faq_body {
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #202020;
}

.faq_text {
    margin: 0;
    font-size: 14px;
} */

/* ===================== Media Queries ===================== */

@media (min-width: 0px) and (max-width: 574px) {

  .faq_header .accordion-button {
    font-size: 14px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {

  .faq_header .accordion-button {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
}
