@charset "utf-8";

.training_text h3{
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin: 10px 0;
}

.training_text p{
  font-size: 18px;
  color: #666;
  line-height: 30px;
}


.admission_training .slideshow{
  margin: 40px 0;
}


.sessions{
  padding: 50px 0 260px;
  background: #e5f1cb;
  margin-bottom: -20px;
}

