.u-section-2 .u-text-3 {
  position: relative;
  overflow: visible;
}

.u-section-2 .hero-accelerate-word {
  position: relative;
  display: inline-block;
}

.u-section-2 .hero-first-badge {
  position: absolute;
  top: auto;
  bottom: calc(100% + 4px);
  left: 42px;
  z-index: 1;
  display: flex;
  width: 105px;
  height: 25px;
  margin-left: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 13px;
  color: #141414;
  background: linear-gradient(135deg, #fde7c2, #e8b17f);
  box-shadow: 0 4px 12px rgba(35, 19, 7, 0.2);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
  transform: none;
}

@media (max-width: 575px) {
  .u-section-2 .u-text-3 {
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .u-section-2 .hero-first-badge {
    top: auto;
    right: auto;
    bottom: calc(100% + 3px);
    left: 32px;
    width: 105px;
    height: 25px;
    margin-left: 0;
    padding: 0;
    border-radius: 13px;
    font-size: 0.75rem;
  }
}
