.wb-guides-row { gap: 0; }
.wb-guide-item { margin-bottom: 1rem; }
.wb-guide-img { 
    display:block; 
    max-width:100%; 
    height:auto; 
    transition: transform 0.4s ease;
}
.wb-guide-item:hover .wb-guide-img {

  transform: scale(1.05);
}
@media (min-width: 768px) {
  .wb-guide-item { margin-bottom: 1.25rem; }
}
.wbguide-block-title {

  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: block;
  z-index: 1;
  font-family: 'rubik', sans-serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 0.9;
  color: #3199ca;
  text-align: center;
}