.contact-us-main {
  margin: 20px;

  p {
    font-size: 1rem;
    color: #4A4A4A;
    line-height: 1.5rem;
  }

  .contact-us__content {
    display: flex;
    flex-direction: column;
    margin: 20px 0;

    .contact-us__text {
      margin: 20px 0;
      order: 3;

      p:first-of-type {
        margin: 20px 0;
      }

      p:not(:first-of-type) {
        color: #0A0A0A;
      }
    }
  }
}

.header-container__small.contact-us {
  background-image: url('/assets/contato-bg.webp');
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .contact-us-main {
    margin: 13.98vh 12.5vw;

    .section-1 {
      display: flex;
      gap: 3rem;

      .contact-us__content {
        h2 {
          margin-bottom: 0.5rem;
        }

        width: 50%;
        margin: 0;
        justify-content: space-between;

        .contact-us__text {
          margin: 0;
          order: 0;
        }
      }

      .contact-us__form {
        width: 50%;
      }
    }
  }
}