.testimonials_title {
  font-family: "Hedvig Letters Serif, serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
  letter-spacing: -0.56px;
}
@media (max-width: 991.98px) {
  .testimonials_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
  }
}
.testimonials_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 767.98px) {
  .testimonials_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.testimonials_video_file {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.testimonials_video_overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
}
.testimonials_video_overlay .testimonials_video_play {
  background-color: #F28700;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.testimonials_video_overlay:hover .testimonials_video_play {
  background-color: #DC7F00;
}
@media (min-width: 992px) {
  .testimonials_item {
    min-height: 364px;
  }
}
@media (max-width: 991.98px) {
  .testimonials_item_video {
    min-height: 384px;
  }
}

/*# sourceMappingURL=testimonials.css.map */
