.contact-us-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.contact-us-page .contact-us-intro-container {
  width: 100%;
}

.contact-us-page .contact-us-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}

.contact-us-page .contact-us-intro-text-wrapper {
  width: 100%;
  padding: 120px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* CONTACT BLOCKS CSS */

.contact-us-page .contact-blocks-container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding: 15px;
  margin: -80px 0 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
  justify-content: center;
}

.contact-us-page .contact-block-wrapper {
  width: 33.33%;
  padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .contact-us-page .contact-block-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .contact-us-page .contact-block-wrapper {
    width: 100%;
  }
}

.contact-us-page .contact-block {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 0px 20px;
  background-color: #ffffff;
  box-shadow: rgba(7, 142, 227, 0.15) 0px 0px 40px;
}

.contact-us-page .contact-request-link {
  padding: 10px 0 20px;
}

.contact-us-page .contact-text {
  width: 100%;
  max-width: 370px;
  padding: 0 30px 30px;
}

/* ICONS */

.contact-us-page .help-icon {
  width: 80px;
  height: 80px;
  margin: 0 0 20px;
}

.contact-us-page .sales-icon {
  width: 78px;
  height: 84px;
  margin: 0 0 20px;
}

.contact-us-page .clinical-challenge-icon {
  width: 62px;
  height: 83px;
  margin: 0 0 20px;
}

/* ADDRESS BLOCK */

.contact-us-page .address-block-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.contact-us-page .address-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 0px 20px;
}
