.contact {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  color: #001c0e;
  padding-bottom: 60px;
  background-color: #f1f1f0;
  padding-top: 60px;
}

.contact h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 48px;
}

.contact .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact .inner .contact-row {
  display: flex;
  justify-content: space-around;
}

.contact .inner .contact-row a {
  color: #001c0e;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 33%;
  justify-content: center;
}

.contact .inner .contact-row a:first-child {
  justify-content: start;
}

.contact .inner .contact-row a:last-child {
  justify-content: end;
}

.contact .inner .contact-row .contact-fill {
  width: 33%;
}

.contact .inner .contact-row a i {
  font-size: 50px;
  color: #2ad768;
}

.contact .inner .contact-row .maps {
  padding-left: 96px;
}

.contact .inner .contact-row a .social-info {
  gap: 8px;
  display: flex;
  flex-direction: column;
  color: #8b8b8c;
}

.contact .inner .contact-row a .social-info p {
  font-weight: 600;
  font-size: 18px;
  color: #001c0e;
}

@media (max-width: 768px) {
  .contact .inner {
    padding: 0 24px;
  }

  .contact .inner .contact-row {
    flex-direction: column;
    gap: 32px;
  }

  .contact .inner .contact-row .maps {
    padding-left: 0;
  }

  .contact .inner .contact-row a {
    width: 100%;
    justify-content: start;
  }

  .contact .inner .contact-row a:first-child {
    justify-content: start;
  }

  .contact .inner .contact-row a:last-child {
    justify-content: start;
  }

  .contact .inner .contact-row a .social-info span {
    font-size: 14px;
  }
}
