.elementor-74254 .elementor-element.elementor-element-9a4a1fc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0fdd427 */.ait-student-faq {
  font-family: 'Montserrat', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: #2a2a2a;
}

.ait-student-faq h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #222;
}

.ait-student-faq p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #007272;
}

.faq-item p {
  font-size: 1rem;
  margin: 0;
}

.faq-item a {
  color: #007272;
  text-decoration: underline;
}/* End custom CSS */