.contact-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.contact h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 200;
}

.contact h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 200;
}

.contact p {
  font-size: 14px;
  line-height: 1.4;
  color: #232323;
  text-align: justify;
  font-weight: 300;
}
.contact strong {
  font-weight: 600;
}

.contact a {
  text-decoration: none;
}