/*-------------------------
event_testimonial_slider
--------------------------*/
.wp-block.event_testimonial_slider {
  margin-bottom: 64px;
}
.wp-block.event_testimonial_slider .inner {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block.event_testimonial_slider .inner .testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 8px;
  background: #F9F7F0;
  border-radius: 4px;
}
.wp-block.event_testimonial_slider .inner .testimonial .testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block.event_testimonial_slider .inner .testimonial q {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
}
.wp-block.event_testimonial_slider .inner .testimonial svg {
  margin-bottom: 8px;
}
.wp-block.event_testimonial_slider .inner .testimonial .company-details .name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.wp-block.event_testimonial_slider .inner .testimonial .company-details .role {
  font-weight: 400;
}
.wp-block.event_testimonial_slider .slick-dots {
  margin-top: 0;
  padding-top: 12px;
}
.wp-block.event_testimonial_slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cfd4da;
}
.wp-block.event_testimonial_slider .slick-dots li.slick-active button {
  background: #c5af67;
}