.hero__text-wrapper p{
  margin: 0;
  font-size: 16px;
  letter-spacing: .5px;
  padding: 0 10rem;
  line-height: 30px;
  text-align: center;
}


@media (max-width: 1536px) {
.hero__text-wrapper p {
  padding: 0 5rem;
}
}

@media (max-width: 1280px) {
.hero__text-wrapper p {
  padding: 0;
}
}

@media (max-width: 650px) {
.hero__text-wrapper p {
  font-size: 14px;
}
}

.facilty__section {
background: #F2F8F3;
}

.testimonial__section {
 
  background: #fff;
}
.custom_news__events{
  background: #F2F8F3;

}
/* 
.active{
  color: #00934C !important;
} */