/*
 * sodnamis — cta.css
 * Author: sodnamis.lt
 */
.cta-band { position: relative; overflow: hidden; }
.cta-band__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  flex-wrap: wrap;
}
.cta-band__text { max-width: 40rem; }
.cta-band__text h2 { margin-bottom: 0.5rem; }
.cta-band__btn { flex-shrink: 0; font-size: 1rem; padding: 0.85rem 1.75rem; }
@media (max-width: 767px) {
  .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: left; }
}
