

#faq h2 {
  font-size: 2rem;
  color: #222;
}

.accordion-button {
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.accordion-button:not(.collapsed) {
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
}

.accordion-body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-img {
  max-width: 80%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .faq-img{
    display: none;
  }
}