@media (max-width: 768px) {
  .header-holiday-section {
    background-image: linear-gradient(to bottom, #ff5100, transparent);
    background-size: 100% 100%;
  }
}

.t-engage-badge::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 6px 26px 2px var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.c-copy-button__success.t-holiday {
  padding: 0.75rem 1.5rem;
  color: var(--color-black-300);

  &:hover {
    background-color: white;
    border-color: #0f0f10;
    color: var(--color-black-300);
  }
}

.t-testimonials {
  columns: auto 3;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.t-testimonials li {
  break-inside: avoid;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .t-testimonials {
    columns: auto 2;
    max-width: 800px;
    margin: 50px auto !important;
  }

  .t-testimonial:nth-child(n+5) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .t-testimonials {
    columns: auto;
    width: fit-content;
    height: auto !important;
  }

  .t-testimonial:nth-child(n+4) {
    display: none;
  }

  .t-rounded {
    border-radius: 24px;
  }
}
