.the-forum h4{
	padding: 30px;
}


.teacher-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.teacher-comments img {
  background:#DDDDDD;
  border: 1px solid #674747;
  height: 202px;
  padding: 3px;
  width: 202px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.teacher-comments h3 {
  margin-top: 0px;
  font-weight: 300;
  padding: 0 2px;
}

.teacher-comments h4 {
  font-weight: 300;
  margin-top: 15px;
  padding: 10px;
}


.teacher-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.partners li{
  padding:20px;
}

#scroll-btn{
  background-color: #c52d2f !important;
    padding: 8px;
    border-radius: 3px;
    left:95% !important;
}

  @media screen and (max-width: 470px) {
    #scroll-btn{
   left:75% !important;
  }

  }