@media (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ) {
  main h2 {
    margin-top: 4px;
  }
}
main#MainContent {
  margin-top: 0;
}
.community {
  background: transparent no-repeat center bottom;
  background-size: cover;
  border-top: 4px solid #AEDA72;
  color: #666;
  font-size: 18px;
  height: 622px;
  margin-bottom: -50px;
  padding: 49px 0 80px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .community {
    padding: 34px 0 75px;
    height: 480px;
  }
}
@media (max-width:  767px ) {
  .community {
    background-position: 70% bottom;
    font-size: 14px;
    height: 345px;
    padding: 0;
  }
}
