.contact-section {
  background-color: #f9f9f9;
  padding: 50px 0;
  font-family: "Arial", sans-serif;
}

.contact-overlay {
  background-image: url("/assets/contact.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 8px;
  max-width: 80vw;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 3rem;
}

.contact-container {
  text-align: center;
}

.contact-text {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffc107;
}

.contact-content {
  display: flex;
  justify-content: center;
}

.contact-content-text {
  color: black;

  display: flex;
  justify-content: space-between;
  width: 40%;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.contact-content-text a {
  color: #ffc107;
  text-decoration: none;
}

.contact-content-text a:hover {
  text-decoration: underline;
}

.contact-content-text p {
  margin: 0;
}

strong {
  font-size: 18px;
  color: #ffc107;
}

@media (max-width: 1200px) {
  .contact-content-text {
    flex-direction: column;
  }
}
