.contact-header {
  background-image: url("/images/contact-banner-m.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -1px;
}

.contact-content .contact-form {
  background-color: #0C284D;
  color: #fff;
}

.contact-content .contact-form h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.contact-content .contact-form h2 .highlight,
.contact-content .other-channels h2 {
  font-size: 2rem;
  font-weight: 700;
}

.contact-content .contact-form h2 .highlight {
  color: #ffcc00;
}

.contact-content .contact-form form,
.contact-content .contact-form .form-group,
.contact-content .contact-form .joint-form-group,
.contact-content .other-channels .channels,
.contact-content .other-channels .channels li {
  display: flex;
}

.contact-content .contact-form form,
.contact-content .contact-form .form-group,
.contact-content .contact-form .joint-form-group,
.contact-content .other-channels .channels,
.contact-content .other-channels .channels li {
  flex-direction: column;
}

.contact-content .contact-form form,
.contact-content .other-channels p {
  max-width: 700px;
}

.contact-content .contact-form form {
  width: 100%;
  margin: 20px auto 0;
}

.contact-content .contact-form .form-container,
.contact-content .other-channels .channels li {
  justify-content: center;
  align-items: center;
}

.contact-content .contact-form .form-container {
  background-color: #e6e6e6;
  color: black;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.contact-content .contact-form .form-group,
.contact-content .contact-form .joint-form-group {
  width: 100%;
}

.contact-content .contact-form .form-group {
  font-weight: 500;
}

.contact-content .contact-form input,
.contact-content .contact-form textarea,
.contact-content .contact-form input,
.contact-content .contact-form .form-button,
.contact-content .other-channels .channels li span {
  padding: 12px;
}

.contact-content .contact-form input,
.contact-content .contact-form textarea,
.contact-content .contact-form .form-button,
.contact-content .other-channels .channels li span {
  border-radius: 4px;
}

.contact-content .contact-form input,
.contact-content .contact-form textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.contact-content .contact-form textarea {
  resize: none;
}

.contact-content .contact-form small {
  color: #f33;
}

.contact-content .contact-form .form-button {
  background-color: transparent;
  align-self: start;
  font-size: 1rem;
  color: #fff;
  width: fit-content;
  min-width: 30%;
  margin-top: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s background-color, 0.3s color;
}

.contact-content .contact-form .form-button:hover {
  background-color: #fff;
  color: #0C284D;
}

.contact-content .other-channels {
  color: #0C284D;
}

.contact-content .other-channels h2 {
  text-align: center;
}

.contact-content .other-channels p {
  text-align: center;
  margin: 20px auto;
}

.contact-content .other-channels .channels li {
  margin: 20px 0;
}

.contact-content .other-channels .channels li a {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

.contact-content .other-channels .channels li img,
.contact-content .other-channels .channels li span {
  display: block;
}

.contact-content .other-channels .channels li img {
  width: 100px;
  margin: 0 auto;
}

.contact-content .other-channels .channels li span {
  color: #0C284D;
  border: 1px solid #0C284D;
  margin-top: 15px;
  width: 250px;
  transition: 0.3s background-color, 0.3s color;
}

.contact-content .other-channels .channels li span:hover {
  background-color: #0C284D;
  color: #fff;
}

@media only screen and (width >= 768px) {
  .contact-header {
    background-image: url("/images/contact-banner-d.webp");
  }

  .contact-content .contact-form,
  .contact-content .other-channels {
    padding-top: 60px;
  }

  .contact-content .contact-form h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .contact-content .contact-form .joint-form-group,
  .contact-content .other-channels .channels {
    flex-direction: row;
    gap: 20px;
  }

  .contact-content .contact-form .form-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-content .other-channels .channels {
    justify-content: center;
  }
}
