.hib-wrapper{
  padding: 16px 0;
}
.hib-row{
  align-items: stretch;
}
.hib-col{
  margin-bottom: 12px;
}
.hib-item{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 10px 12px;
  background: transparent;
  border-radius: 6px;
}
.hib-icon{
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity: .85;
}
.hib-title{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.hib-desc{
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  opacity: .8;
}
@media (max-width: 575.98px){
  .hib-item{
    padding: 10px 8px;
  }
  .hib-icon{
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .hib-title{
    font-size: 12px;
  }
  .hib-desc{
    font-size: 12px;
  }
}

.hib-icon i{
  font-size: 35px;
  line-height: 1;
  display:inline-block;
}


.hib-link{
  text-decoration: none;
  color: inherit;
}
.hib-link:hover{
  text-decoration: none;
  color: inherit;
  opacity: .95;
}
