/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 16:59:08 */
.expertise-faq .toggle-heading {
  color: #BF9874 !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Desktop (large screens) */
@media (min-width: 1200px) {
  .expertise-faq .toggle-heading {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .expertise-faq .toggle-heading {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .expertise-faq .toggle-heading {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .expertise-faq .toggle-heading {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .expertise-faq .toggle-heading {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}