.icon-block{
  position: relative;
  padding: 32px; 28px;
}

.icon-block .svg-inline--fa{
  color: #008656;
  font-size: 6rem;
  max-height: 130px;
}

.fa-sol-triple-icons h2{
  font-size: 42px;
  font-family: "Adelle Sans", sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.icon-block .icon-title{
  margin-top: 1rem;
  font-size: 20px;
  font-family: "Adelle Sans", sans-serif;
  color: #000;
  font-weight: bold;
}

.icon-block .icon-desc{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

@media screen and (max-width: 991px) {
  .fa-sol-triple-icons h2{
    text-align: left;
  }
  .rolling .col-lg-4:not(:last-child){
     margin-bottom: 2rem;
  }
}

.icon-block .image-wrapper{
  text-align: center;
}
.icon-block .image-wrapper .image{
  height: 150px;
  width: auto;
}