.guarantee {
  padding: 60px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 208, 0, 0.06) 0%,
    transparent 70%
  );
}

.guarantee-icon {
  font-size: 56px;
  margin-bottom: 16px;
  display: block;
}

.guarantee-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  margin-bottom: 12px;
}

.guarantee-text {
  font-size: 15px;
  color: #888;
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto;
}
