h1{
  font-size: 60px;
  font-weight: 100;
  line-height: 63px;
  text-transform: uppercase;
  color: #9A9B9F;
}
h1 span{
  color: #008EBC;
}
.products{
  padding-top: 100px;
}
.products .item{
  display: block;
  padding: 8px;
  text-align: center;
  background: #F5F5F5;
}
.products .item:hover{
  text-decoration: none;
}
.products .item.anchor{
  background: #F1F9FB;
  position: relative;
  height: 100%;
  padding:  0 0 0 10px;
}
.products .item .title{
  font-size: 14px;
  font-weight: bold;
  color: #9A9B9F;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0;
}
.products .item.anchor .title{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #009DC3;
  font-size: 29px;
  line-height: 36px;
  letter-spacing: -0.06px;
}
.products .item .img-container{
}
.products .item .img-container img{
  margin-top: -30px;
}
.products .item.anchor .img-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .item.anchor .img-container img{
  margin-top: -50px;
  max-width: 120%;
}
.counter{
  background: #009dc3;
  color: #fff;
}
.counter .item{
  padding: 10px;
}
.counter .item strong{
  font-size:  45px;
  letter-spacing: -0.27px;
  line-height: 54px;
}
.counter p.strong{
  margin: 0;
  font-weight: bold;
}
