.w-video-cta {
  padding: 40px 0;
}

.w-video-cta__banner {
  background-color: #fdf6e9;
  border-radius: 12px;
  padding: 16px 24px;
  gap: 24px;
}

.w-video-cta__title {
  font-size: 22px;
  font-weight: 800;
  color: #b92c00;
  margin: 0 0 4px;
  line-height: 1.3;
} 

.w-video-cta__subtitle {
  font-size: 15px;
  color: #3d3d3d;
  margin: 0;
  line-height: 1.5;
}

.w-video-cta__btn {
  display: inline-block;
  background-color: #e85b2a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.w-video-cta__btn:hover {
  background-color: #b92c00;
  color: #ffffff;
  text-decoration: none;
}

.w-video-cta__btn:active {
  transform: scale(0.98);
}

@media (max-width: 767px) {
  .w-video-cta__banner {
    flex-direction: column;
    /* text-align: center; */
    padding: 24px 20px;
    gap: 16px;
  }

  .w-video-cta__title {
    font-size: 19px;
  }

  .w-video-cta__action {
    width: 100%;
    text-align: left: ;;
  }
}
