.t-subTitle {
  background: var(--gradient-01-yellow, linear-gradient(136deg, #ffd000 13.33%, #ff9218 87.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-video-toc:hover span:first-child {
  transition: color 0.15s ease-in-out;
  color: var(--color-black-300) !important
}

.t-video-toc:hover span:nth-child(2) {
  transition: color 0.15s ease-in-out;
  color: var(--color-black-100) !important
}

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

.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;
  }
}
