.desc{
	display: block;
	margin-bottom: 40px;
}
.programe-inner {
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  position: relative;
  background: #fff
}
.programe-inner h5 {
  margin: 10px 0;
  font-weight: 700
}
.programe-inner:nth-last-child(4) {
  border-right: none
}
.programe-icon {
  position: relative;
  z-index: 1
}
.programe-icon img {
  max-width: 200px
}