.container{
  padding-left: 0;
  padding-right: 0;
}
.container .title{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
}
.content .row{
  margin-left: -10px;
  margin-right: -10px;
}
.content .row .box{
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(97,131,157,0.20);
  border-radius: 4px;
  margin-bottom: 10%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
}
.content .row .box img{
  max-width: 90%;
}

.content .row .box span{
  display: none;
}