.__send {
  gap: 40px;
  margin-bottom: 5rem;
  margin-top: 42px;
}
.__send__right,
.__send__left {
  flex: 1;
  border-radius: var(--radius-lg);
  width: 50%;
}
.__send__left {
  background-image: url("../img/contact/contact_tech.jpg");
  background-size: cover;
  object-fit: cover;
}
.__send__right .__contact_form {
  margin-top: 0;
}

@media (max-width: 991px) and (min-width: 769px) {
  .__send {
    flex-direction: column;
  }
  .__send__right,
  .__send__left {
    width: 100%;
  }

  .__send__left {
    min-height: 332px;
    background-position: top left;
  }
}

@media (max-width: 768px) {
  .__send {
    margin: 32px 0;
    flex-direction: column;
    gap: var(--gap-third);
  }
  .__send__left {
    width: 100%;
    min-height: 332px;
    background-position: top left;
  }
  .__send__right,
  .__send__left {
    width: 100%;
  }
}
