.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://quattro.miami/wp-content/uploads/2021/02/AdobeStock_87070391_Preview.png");
  height: calc(100vh - 92px);
}

.text_1 {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 700;
}

.w-1020 {
  max-width: 1020px;
}

.container-inquire {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://quattro.miami/wp-content/uploads/2021/02/Q_Irridescent-1.png");
  max-width: 1280px;
}
.container-inquire .form-control {
  color: #000;
}
.container-inquire .form-control::placeholder {
  color: #000;
}

@media (max-width: 1200px) {
  .banner {
    height: 50vh;
  }
}
@media (max-width: 1024px) {
  .container-inquire form .w-1020 {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .banner + .container {
    margin-top: 0 !important;
  }

  .container-inquire form .w-1020 {
    max-width: 80%;
  }
}
@media (max-width: 500px) {
  .container-inquire .h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .container-inquire .h3 br {
    display: none;
  }
  .container-inquire .row {
    display: inherit;
  }
  .container-inquire .row .col {
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=inquire.css.map */
