.support-hero {
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
  padding: 60px 20px;
  text-align: center;
}

.support-hero-content h1 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.support-hero-content p {
  font-size: 2.2rem;
  color: #555;
}

@media (max-width: 468px){
    .support-hero-content h1 {
        font-size: 2.5rem;
    }

    .support-hero-content p {
        font-size: 1.6rem;
    }
}