.cta-component {
  padding: 80px 0;
  background: #dce4f5;
}
@media (min-width: 1025px) {
  .cta-component {
    padding: 100px 0;
  }
}
.cta-component__container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.cta-component__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  color: #030217;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .cta-component__title {
    font-size: 48px;
  }
}
.cta-component__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #030217;
  margin: 0 0 32px;
}
@media (min-width: 1025px) {
  .cta-component__description {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.cta-component__button {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.04);
}
.cta-component__button:hover {
  background: #e6b800;
  transform: translateY(-2px);
  text-decoration: none;
}

/*# sourceMappingURL=cta.css.map */
