.support-section {
    padding: 3% 0% 3% 0%;
    position: relative;
    overflow: hidden;
}

.support-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.support-header {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 140px;
}

.support-header h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.support-header p {
  font-size: 2rem;
  color: #666;
}
