.glider {
  //min-height: 17em;
}

.controls {
  text-align: center;
}

.controls span {
  font-size: 2em;
  cursor: pointer;
}

.item-text {
width:100%
  display:inline-block;
}

.item-text h2 {
  color:#234585;
  margin-left:20px;
  font-weight:bold;
}

.item-text p {
  margin-top:30px;
  margin-left:20px;
}

.item-text a.hbox {
  background-color:#3AB1BE;
  padding:10px 20px;
  border-radius:15px;
  color:white;
}

.item-image {
  float:right;
max-width:20%;
  display:inline-block;  
}

.item-image img {
  max-width:10em;
  max-height:10em;
margin-right:15px;
}