
/* Fix hero badges */
.hero__badges,
.hero-badges,
.badges{
  gap:14px !important;
}

.hero__badges > *,
.hero-badges > *,
.badges > *{
  min-width:135px !important;
  min-height:66px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:16px 18px !important;
  line-height:1.2 !important;
}

.hero__badges strong,
.hero__badges span,
.hero-badges strong,
.hero-badges span,
.badges strong,
.badges span{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  line-height:1.2 !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
