.customblock{
  padding: 0px 15px;
  width: 100%;
  position: absolute;
  z-index: 11;
  margin-top: -60px;
}
.custom-list{
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, .2);
  background-color: #fff;
  background-color: #fff;
}
.custom-list-item{
  float: left;
  padding: 30px 20px;
  display: block;
  border-left: 1px solid rgba(121, 119, 119, 0.08);
}
.custom-list-item .custom-item-title{
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  color: #3498db;
}
.custom-list-item .custom-item-description{
  font-size: 13px;
  color: #6a6a6a;
  padding-top: 10px;
  text-align: center;
}
.custom-item-img img{
  max-width: 100%;
}
.custom-item-img{
  width: 100%;
  text-align: center;
}
.custom-item-description{
  clear: both;
  width: 100%;
}
.containerCustomBlock .container{
  position: relative;
}
.containerCustomBlock{
  min-height: 80px;
  margin-bottom: 30px;
}
