.wa-banner{
  width: 100%; background: linear-gradient(100deg, #25D366 0%, #1DA851 100%); color: #fff;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 34px 6%;
}
.wa-banner__copy{ display: flex; align-items: center; gap: 16px; }
.wa-banner__icon{ width: 44px; height: 44px; flex-shrink: 0; }
.wa-banner h3{ color: #fff; font-size: 2.08rem; margin: 0; font-family: var(--font-heading-family); }
.wa-banner p{ opacity: 0.92; font-size: 1.408rem; margin: 2px 0 0; }
.wa-banner .btn{ background: #fff; color: #1DA851; }
