/**handles:block-acf-quote-slider**/
.wp-block-letm-blocks-quote-slider {
  width: auto;
  min-height: 200px;
  display: flex;
  position: relative;
  margin: 0 0 1em 0;
  padding-bottom: 2em!important;
}

.swiper-slide {
    background: #fff;
}

.swiper-wrapper {
  align-items: flex-end;
}

.wp-block-letm-blocks-quote-slider .swiper-slide h2 {
    text-align: center;
    color: #264F49;
    font-size: 1.75em;
    padding: 0.5em;
    margin-bottom: 0;
}

@media (max-width:600px) {
  .wp-block-letm-blocks-quote-slider .swiper-slide h2 {
    font-size: 1.5em;
  }
}

.wp-block-letm-blocks-quote-slider .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  text-align: center;
  line-height: 14px !important;
  opacity: 1 !important;
  background: #264f49 !important;
  border: 1px solid rgba(255,255,255,.5);
}

.wp-block-letm-blocks-quote-slider .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}