/* AboutCourseView component styles */
.about-course {
  padding: 2rem;
  text-align: center;
}

.about-course h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .about-course {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .about-course {
    padding: 1rem 0.75rem;
  }

  .about-course h1 {
    font-size: 1.3rem;
  }
}
