.contact-section {
  padding: 50px 160px;
  background-color: white;
}
@media (max-width: 950px) {
  .contact-section {
    padding: 50px 80px;
  }
}
@media (max-width: 600px) {
  .contact-section {
    padding: 50px 20px;
  }
}
.contact-section h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .container {
  display: flex;
  gap: 80px;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .contact-section .container {
    flex-wrap: wrap;
  }
}
.contact-section .container .img-container {
  flex: 1 1 100%;
}
.contact-section .container .img-container img {
  width: 100%;
  height: auto;
}
.contact-section .container .contact-form {
  flex: 1 1 100%;
}
.contact-section .container .contact-form .socials {
  display: flex;
  gap: 30px;
  flex: 1 1 100%;
  margin-bottom: 50px;
}
.contact-section .container .contact-form .socials div p {
  line-height: 1.5;
  text-align: justify;
}
.contact-section .container .contact-form .socials div small {
  display: block;
  margin-top: 10px;
  opacity: 0.5;
}
.contact-section .container .contact-form .socials .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
}
.contact-section .container .contact-form .socials .social-icons a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-section .container .contact-form > p {
  line-height: 1.5;
}
.contact-section .container .contact-form .wpforms-container .wpforms-field-row {
  max-width: 100%;
}
.contact-section .container .contact-form .wpforms-container input {
  max-width: 100% !important;
}
.contact-section .container .contact-form .wpforms-container input:focus {
  border: 1px solid var(--red);
  box-shadow: 0 0 0 1px var(--red);
}
.contact-section .container .contact-form .wpforms-container textarea {
  resize: none;
}
.contact-section .container .contact-form .wpforms-container textarea:focus {
  border: 1px solid var(--red);
  box-shadow: 0 0 0 1px var(--red);
}
.contact-section .container .contact-form .wpforms-container button {
  all: unset;
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: var(--black) !important;
  padding: 12px 15px;
  border: 3px solid var(--black) !important;
  border-radius: 5px;
  color: white;
  transition: 0.3s;
  cursor: pointer;
}
.contact-section .container .contact-form .wpforms-container button:hover {
  background-color: transparent !important;
  color: var(--black);
}

/*# sourceMappingURL=contact-section.css.map */
