.hero-item {
  height: 100vh;
  min-height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/images/banner.png");
}.hero-item .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
  box-sizing: border-box;
  font-weight: 700;
  width: 700px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: rgba(226, 226, 226, 0.7);
}
.hero-item .hero-text .main-heading {
  text-transform: uppercase;
  font-size: 3.6rem;
}

@media (max-width: 1000px) {
  .hero-text {
    max-width: 900px !important;
    width: 100% !important;
  }

  .hero-item .hero-text .main-heading {
    font-size: 2.3rem;
  }
}

.calendly-container {
  padding: 3rem 0 3rem 0;
}

.contacts-info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.contacts-info h1 {
  font-weight: 900;
}
.contacts-info .contact-items-grid {
  grid-auto-rows: 1fr;
  margin: auto;
  grid-gap: 0px;
}

.contact-item {
  text-align: center;
  margin: 1rem;
  padding: 3rem;
}
.contact-item h2, .contact-item p, .contact-item button {
  margin: 1rem auto 1rem auto;
}
.contact-item h2 {
  font-weight: 700;
}
.contact-item .contact-img {
  width: 100%;
}
.contact-item .contact-img img {
  width: 100px;
  height: 100px;
}

.contacts-form-grid {
  justify-content: center;
  align-items: center;
}
.contacts-form-grid .contacts-form-desc {
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;

}
.contacts-form-grid .contacts-form {
  padding: 3rem;
  width: 80%;
}
.contacts-form-grid .contacts-form p {
  margin-bottom: 0;
}
.contacts-form-grid .contacts-form input {
  margin-bottom: 1rem;
}
.contacts-form-grid .contacts-form button {
  float: right;
}
.contacts-form-grid .important-message {
  padding: 3rem;
  text-align: center;
}
.contacts-form-grid .important-message h3 {
  margin: 0 auto;
  letter-spacing: 0.2rem;
}

@media (max-width: 1000px) {
  .contact-item {
    margin: 1rem 0 !important;
  }
  .contacts-form-desc {
    padding: 0 !important;
    text-align: center;
    order: 1;
  }

  .contacts-form {
    margin: auto !important;
    order: 2;
    display: grid;
  }
  .contacts-form, .contact-item, .contacts-info, .important-message {
    padding: 3rem 0 !important;
  }

  .contact-form button {
    float: none !important;
    justify-self: center;
  }
}

/*# sourceMappingURL=output.css.map */
