.form-cta .text h2 {
  @apply max-w-full text-brand-green;
}
.form-cta .text h3 {
  @apply font-figtree text-2xl font-semibold;
}
.form-cta .text p {
  @apply mb-4 leading-tight;
}
.form-cta .text a {
  @apply text-brand-coral;
}
.form-cta .text ul {
  @apply pl-8 pb-5;
}
.form-cta .text .bokka-icon {
  @apply relative;
}
.form-cta .text .bokka-icon::before {
  @apply absolute w-5 h-5 -left-8 top-[1px];
}
.form-cta form input[type="text"] {
  @apply border border-gray-400 col-span-2 md:col-span-1;
}
.form-cta form input[type="text"]::placeholder {
  @apply text-sm;
}
.form-cta form select {
  @apply border border-gray-400 col-span-2 text-sm text-gray-500;
}
.form-cta form textarea {
  @apply border border-gray-400;
}
.form-cta form textarea::placeholder {
  @apply text-sm;
}

.form-cta .form-cta-image {
  background-image: linear-gradient(to bottom, #e1dbd4 0%, #ccb59f 100%);
}
