.contact-us-section {
  background: #1c1c1c;
  padding: 5rem 2.5rem;
  overflow: hidden;
}

.contact-us-section__form h4 {
  margin: 0;
  color: #ffffff;
  letter-spacing: 0;
}

.contact-us-section__form p {
  margin: 0;
  color: #959595;
}

textarea {
  background: #242424;
  border: 1px solid #3e3e3e;
  border-radius: 5px;
  color: #ffffff;
  padding: 2rem;
  font-size: 1.7rem;
  line-height: 1.5;
  width: 100%;
}

::placeholder,
textarea::placeholder {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #6a6a6a;
}

/* Extra small and Small screens / phone */
@media (max-width: 1200px) {
  .contact-us-section__form h4 {
    font-size: 3.4rem;
    line-height: 1.1;
    margin-bottom: 1.8rem;
  }

  .contact-us-section__form p {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }

  .contact-us-section__img {
    justify-content: center;
  }

  .contact-us-section__img img {
    width: 30rem;
    object-fit: contain;
  }
}

/* Medium screen / tablet */
@media (min-width: 1200px) {
  .contact-us-section__form {
    padding-left: 5rem;
  }

  .contact-us-section__form h4 {
    font-size: 4.5rem;
    line-height: 2;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    white-space: nowrap;
  }

  .contact-us-section__form p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 3.4rem;
  }

  .contact-us-section__img {
    padding-top: 2rem;
    position: relative;
    text-align: right;
  }

  .contact-us-section__img img {
    z-index: 2;
    position: relative;
  }

  .contact-us-boxes-row {
    display: flex;
    justify-content: flex-end;
    gap: 1.4rem;
    margin-top: 1.4rem;
  }

  .contact-us-boxes-row:first-of-type {
    margin-top: 0;
  }

  .contact-us-boxes-row > span {
    height: 14.5rem;
    width: 17rem;
    border: 1px solid #ffb300;
    border-radius: 22px;
    display: inline-block;
  }

  .contact-us-boxes {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
  }
}

/*  Large screen / desktop */
@media (min-width: 1200px) {
  .contact-us-section__img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .contact-us-boxes-row > span {
    height: 10rem;
    width: 14rem;
  }

  .contact-us-section__img img {
    width: 30rem;
  }
}

@media (min-width: 1400px) {
  .contact-us-section {
    padding: 8rem 8rem;
    padding-bottom: 6rem;
  }

  .contact-us-boxes-row > span {
    height: 14.5rem;
    width: 17rem;
  }

  .contact-us-section__img img {
    width: 50rem;
  }
}

@media (min-width: 1600px) {
  .contact-us-section {
    padding: 14rem;
    padding-bottom: 10rem;
  }
}
