/* GET IN TOUCH */
.contact-section {
  background: #0b5c78;
  color: #ffffff;
  padding: 120px 24px;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-title {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-subtitle {
  font-family: Century Gothic, sans-serif;
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 72px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-item h3 {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: Text Sizes/Heading 4;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  text-transform: uppercase;
}

.contact-item p {
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Regular;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.contact-item address,
.contact-item a {
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Regular;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;  
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #ffffff;
}

.contact-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.contact-item h3 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
}

.contact-item p,
.contact-item address {
  font-size: 14px;
  opacity: 0.85;
  max-width: 260px;
}

.contact-item a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
