
[class*="col-md"] {
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
  margin: 21px;
  text-transform: uppercase;
  color: #fff;
  background-color: #0ba2db;
  border: 0;
  font-size: 16px;
  height: 133px;
  width: 190px;
  
}
[class*="col-sm"] {
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
    margin: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0ba2db;
    border: 0;
    font-size: 14px;
    height: 113px;
    width: 160px;
    
  }
* {
    box-sizing: border-box;
}

.show-grid {
    padding: 10px;
}

.show-grid .row {
    margin-bottom: 15px;
}
a {
    
    vertical-align: middle;
    font-weight: 500;
}
section{
    display: inline-block;
}
.color {
    color: white;
    vertical-align:middle;
    text-align: center;
    display:block;
    width:100%;
    height:100%;

}
.color:hover {
    
    color: white;
    vertical-align:middle;
    text-align: center; 
    text-decoration: none;
}

