/* 
  PAGE: ABOUT; 

*/


/*  ABOUT  */
section.banner {
  background-size: contain;
  background-repeat: repeat-x;
}


.about img {
  height: 250px;
  width: 100%;
  padding: 3px;
  object-position: center;
  object-fit: cover;
  border: 2px solid #E6E8FA;
}
.about h4 {
  margin: 15px 0px 0px;
  text-align: left;
}
.about p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
  color: #777;
}


/* LESS THAN 1,000 */
@media screen and (max-width: 1000px) {
  section.banner {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about {
    margin-top: -100px;
  }

}







