.go-card__body {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  
@media screen and (max-width: 767px) {
  .hs-logo-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
  }
  
.hs-logo-grid, .hs-logo-grid__logo-wrapper {
  justify-content: left!important;
  }
  
#hero-slider {
  padding-top: 10px!important;
  padding-bottom: 30px!important;
  }
  
.section:has(.custom-testimonial-slider) {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
  
.important-text .ui-label {
  font-family: Forma DJR Variable Bold!important;
  color: #e93f8a!important;
  }