/* BEGIN ABOUT PAGE STYLES */
.aboutcontent {
  max-width: 1280px;
  width: 100%;
}

#about {
  padding: 40px 30px;
}

#about1 {
  margin-bottom: 40px;
}

.aboutimagewrapper {
  width: 48%;
}

.aboutimage {
  width: 100%;
  padding-top: 100%;
  background-color: #ebebeb;
  position: relative;
  text-align: center;
}

.fpotext {
  position: absolute;
  top: 45%;
}

.abouttext {
  width: 80%;
  /*color: #8A8A8A;*/
  color: #555555;
  margin: auto;
}

.fullishwidth {
  margin: 0;
  min-width: 100%;
}
/* END ABOUT PAGE STYLES */
