.whitelandMap {
  width: 100%;
  height: 500px;
  margin-top: 76px;
}

.contactUs .openings-title h2 {
  margin-top: 30px;
}

.contactUs .openings-title p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 17px;
  /* text-transform: uppercase; */
  width: 100%;
}

.mediaQueriesAndForm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 60px auto 80px;
  color: #0f2b7f;
  font-weight: 600;
}

.stillHaveQueriesForm a {
  color: var(--white);
  width: 300px;
  font-weight: 600;
  background-color: var(--darkblue);
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  letter-spacing: 1px;
  display: block;
  text-align: left;
  /* float: left; */
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  width: 300px;
  padding-left: 20px;
  cursor: pointer;
}

.stillHaveQueriesForm a:hover {
  color: var(--darkblue);
  background-color: var(--white);
}

.formOptions {
  width: 30%;
}

.formOptions .acitve {
  background-color: #e8e0db;
  border-bottom: 0px !important;
  font-weight: bold;
}

.formOptions .formMenu {
  width: 80%;
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #bbbbbb;
  text-transform: uppercase;
  cursor: pointer;
}
.mediaQueries {
  width: 70%;
  border: 1px solid #bbc3db;
  padding: 50px 80px;
}

.mediaQueriesBox .section-title {
  font-size: 45px;
}

@media screen and (max-width: 800px) {
  .contactUs .openings-title p {
    width: 100%;
  }
  .mediaQueriesAndForm {
    flex-direction: column;
  }
  .formOptions {
    width: 100%;
  }
  .formOptions .formMenu {
    width: 100%;
  }
  .mediaQueries {
    width: 100%;
    padding: 10px 20px;
  }
  .mediaQueriesBox .section-title {
    font-size: 25px;
  }
}
