.home-video-testimonials-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 14px;
}
.home-video-head-text {
  flex: 1 1 200px;
  min-width: 0;
}
.home-video-testimonials-head .home-video-kicker {
  margin: 0 0 6px;
}
.home-video-testimonials-head h2 {
  margin: 0;
}
.home-video-testimonials-head .home-video-head-text > p:last-child {
  margin: 6px 0 0;
}
.home-video-insta-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(221, 42, 123, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-video-insta-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(221, 42, 123, 0.45);
  color: #fff !important;
}
.home-video-insta-cta svg {
  flex-shrink: 0;
}
@media (max-width: 520px) {
  .home-video-insta-cta {
    font-size: 12px;
    padding: 8px 14px;
  }
  .home-video-insta-cta .btn-label-long {
    display: none;
  }
}
.home-video-insta-cta .btn-label-short {
  display: none;
}
@media (max-width: 520px) {
  .home-video-insta-cta .btn-label-short {
    display: inline;
  }
}
