.hero-badge {
  padding: 20px 40px;
}
.hero-badge-title {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hero-badge {
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
  }
}
@media (min-width: 768.02px) {
  .hero-badge {
    width: auto;
    max-width: 500px;
    padding: 40px;
  }
  .hero-badge-title {
    font-size: 40px;
    line-height: 1.1;
  }
}
