.contactPage{
   width:100% auto;
   height: 100vh auto;
   display: flex;
   flex-direction: row;
}
.map{
  order: 2;
  width: 50% !important;
  /*height:100vh !important;*/
  float:left !important;
  display:inline !important;
  background-color: #fff !important;
}
.contactInfo{
  order: 1;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  height: 100%;
  float: right;
  display:inline;
  text-align: center;
}
.contactInfo .contentTitle {
  letter-spacing: -.03em!important;
  font-size: 40px!important;
}
@media only screen and (max-width: 990px) {
  .contactPage {
    flex-direction: column;
  }
  .map {
    width: 100%!important;
    height: unset!important;
    order: 1;
  }
  .contactInfo {
    order: 2;
    width: 100%!important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 680px) {
    .contactPage .contentTitle{
    font-size: 35px!important;
  }
  .contactPage p {
    font-size: 18px!important;
  }
}

/*Services block*/
@media only screen and (min-width: 768px) and (max-width: 2796px){
    .block_d52bcc6209614c038c42194ccc376cec {
        display: none;
    }
}


@media only screen and (min-width: 320px) and (max-width: 430px) {
	.block_f1e8d003ba684432bb88a89acf7f4629 {	
	display: none;
	}



/*.block_ed7cd8255c9542fe9ea411b2b22e18ec .contentTitle {*/
/*    color:  #fff;*/
/*}*/
/*Wellness Class responsiveness*/
.responsive-google-slides {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
}
.responsive-google-slides iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*med info*/
.block_b2360f3f946541dda64b8485e8c43cfc {
    width: 700px;
}

/*mobile info*/
.mobileInfo .contentImg {
    box-shadow: none;
}