.contact-wrapper {
  height: 100%;
  display: flex;
  padding-top: 6rem;
  /* color: #fff; */
  color: #707070;
  height: 60rem;
  /* background-image: url('/images/ContactBG@2x.webp'); */
  background-image: url("/images/contact.webp");
}
.contact-flex {
  display: flex;
  width: 100%;
}
.contact-left {
  width: 100%;
  height: 100%;
  min-width: 50%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* padding-left: 7.5vh;
    padding-right: 7.5vh;
    padding-bottom: 7vh;
    padding-top: 7vh; */
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.contact-left-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #707070;
  font-size: 1.4rem;
}

.contact-left-paragraph {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.contact-right {
  /* background-image: url('/images/ContactBG@2x.webp'); */
  width: 100%;
  height: 100%;
  min-width: 50%;
  min-height: 100%;
  position: relative;
  background-position: 50% 50%;
  /* padding-left: 7.5vh; */
  padding-right: 7.5vh;
  padding-bottom: 7vh;
  /* padding-top: 7vh; */
}
.icon-icon {
  width: 150px;
  margin-right: 30px;
}
.first {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
.second {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
.third {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
.fourth {
  display: flex;
  padding-bottom: 40px;
  align-items: center;
}
.icon-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form {
  padding: 50px;
  /* background-color: #15546f; */
  background-color: #f5f5f5;
  border-radius: 25px;
}
.field-wrapper {
  margin-bottom: 30px;
}
.submit-button {
  margin-left: 0rem;
  padding: 0.5rem 1.5rem;
  border-radius: 100vw;
  background-color: #73cfe9;
  color: #fff;
}

.margin-top {
  margin-top: 32px;
}

@media screen and (max-width: 1640px) {
  .icon-map {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 700px) {
  .contact-left {
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    padding-top: 0vh;
  }
  .contact-wrapper {
    padding-top: 5vh;
  }

  .contact-flex {
    flex-direction: column;
  }
  .contact-right {
    display: none;
  }
}
