

.defaultTextSection {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  align-items:flex-start;
  margin-left: 11%;
}


#groupPage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;


}


.contactUsTitle {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}



#googleMap {
  width: 40%;
  height: 450px;
  overflow: auto;
  margin-top: 45px;
}



@media only screen and (max-width: 1400px) {

  .defaultTextSection {
    margin: 0px 230px 70px 230px;
  }
}


@media only screen and (max-width: 1200px) {
  .defaultTextSection {
    margin-left: 0;
    margin: 0px 150px 40px 150px;
  }

  .mainContent {
    margin: 25px 40px 0px 40px
  }


}



@media only screen and (max-width: 800px) {


  #groupPage {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .defaultTextSection {
    width: 95%;
    margin-right: 3em;
  }

  .mainContent {
    margin: 0;
  }

  #googleMap {

    width: 95%;
  }


}