.contact-content-grid {
  grid-template-columns: 1fr;
  gap: 3rem;
}

.contact-container {
  width: 90%;
}

.contact-title {
  font-size: 2.5rem;
}
