body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #333;
}

.support-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.6;
}

.support-hero {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.support-container h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.support-container p {
  font-size: 18px;
  margin-bottom: 15px;
}
