
.vb-services-icons-grid{
  display:grid;
  column-gap:40px;
  row-gap:24px;
}

.vb-service-item{
  display:flex;
  align-items:center;
  gap:16px;
}

.vb-icon{
  width:56px;
  height:56px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.vb-icon img{
  width:32px;
  height:auto;
}

.vb-label{
  font-weight:600;
  font-size:14px;
  text-transform:uppercase;
}
