.promotion__section * {
  font-family: "Archivo", sans-serif !important;
}
.promotion__section {
  border-bottom: 1px solid #f1f1f1;
}
.promotion__section .white__field {
  background: white;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}
.white__field .sales__container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
.sales__container .form_row-input-label {
  margin: 0;
}
.sales__container .text__container {
  display: flex;
  flex-direction: column;
}
.sales__container .text__container .text__title {
  color: #000;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.sales__container .text__container .text__subtitle {
  color: #000;
  font-size: 0.875rem;
}
.sales__container .sales__form {
  display: flex;
  gap: 1.5rem;
  justify-content: end;
}
.sales__container .submit__form {
  background: #f55e0d;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: 0.6s;
}
.sales__container .sales__form .form__input {
  border-radius: 3px;
  padding: 1rem 2rem;
  border: 1px solid black;
}
.sales__container .sales__form .form_row-input-label input.form_input {
  margin: 0;
}
.sales__container .sales__form .submit__form:hover {
  background: white;
  color: #f55e0d;
  border: #f55e0d;
  transition: 0.6s;
}

@media only screen and (max-width: 1023px) {
  .orange__field .sales__container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .sales__container .sales__form {
    justify-content: start;
  }
}
@media only screen and (max-width: 1023px) {
  .sales__container .sales__form .form__input {
    padding: 1rem 1rem;
  }
  .sales__container .text__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .sales__container .sales__form {
    justify-content: center;
  }
  .white__field .sales__container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 715px) {
  .promotion__section .white__field {
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .sales__container .sales__form {
    flex-direction: column;
    width: 100%;
  }
}
