.moreinfo .morebutton {
  position: relative;
  float: left;
  width: calc((100% / 3) - 22px);
  height: 78px
  top: 0;
  left: 0;
  margin-right: 20px;
  text-align:center;
  cursor: pointer;
  border: 1px solid rgb(23, 188, 146);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.morebutton.special {
  width: calc((100% / 3) - 28px);
  height: 88px;
  top: -9px;
  border: 4px solid rgb(23, 188, 146);
}

#testimonials .sectitle {
  text-align: center;
  width: 100%;
}
#testimonials .sectitle .underlinedeco {
  left: calc(50% - 0px);
}
#testimonials .subsectitle {
  text-align: center;
}
#testimonials .secitem {
  height: auto;
  width: calc((100% / 3) - 40px);
}

#plans .secitem {
  width: calc((100% / 3) - 20px);
  margin: 0;
  margin-right: 20px;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
  box-shadow: 0px 5px 20px -10px rgba(0,0,0,1);
}
.programtitle h4 {
  font-size: 1.6em;
  line-height: 30px;
}
