.block-views-blocktestimonial-block-front {
  overflow: hidden;
}

.testimonial__list .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.testimonial__list .view-content.flickity-enabled {
  display: block;
}
.testimonial__list .service-block-more {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-teaser, .testimonial-full {
  margin-bottom: 40px;
}
.testimonial-teaser .testimonial-full-image, .testimonial-full .testimonial-full-image {
  height: 100%;
  max-width: 200px;
}
.testimonial-teaser .testimonial-full-image a, .testimonial-full .testimonial-full-image a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-teaser .testimonial-full-image a .far, .testimonial-full .testimonial-full-image a .far {
  color: #ccc;
  font-size: 70px;
}
.testimonial-teaser .field--name-field-testimonial-name, .testimonial-full .field--name-field-testimonial-name {
  font-weight: bold;
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .testimonial-teaser .field--name-field-testimonial-name, .testimonial-full .field--name-field-testimonial-name {
    font-size: 18px;
  }
}
.testimonial-teaser .field--name-field-image, .testimonial-full .field--name-field-image {
  max-width: 200px;
  overflow: hidden;
}
.testimonial-teaser .field--name-field-link, .testimonial-full .field--name-field-link {
  margin-top: 10px;
}
.testimonial-full {
  display: flex;
  align-items: flex-start;
  border: 2px solid #ccc;
  padding: 20px;
}
.testimonial-full-image img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .testimonial-full-image {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .testimonial-full-image img {
    max-width: 100px;
  }
}
.testimonial-full-content {
  flex: 1;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .testimonial-full-content {
    margin-left: 0;
    margin-top: 15px;
  }
}
.testimonial-full .field--name-field-testimonial-name {
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .testimonial-full .field--name-field-testimonial-name {
    margin-left: 15px;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .testimonial-full {
    flex-direction: column;
  }
}
.testimonial-teaser {
  position: relative;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  background-color: transparent;
  z-index: 1;
}
.testimonial-teaser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 0;
}
.testimonial-teaser .field--name-body > * {
  font-size: 18px;
  line-height: 1.2em;
  text-align: left;
}
@media (max-width: 767.98px) {
  .testimonial-teaser .field--name-body > * {
    font-size: 16px;
  }
}
.testimonial-teaser-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  z-index: 1;
}
.testimonial-teaser-content {
  position: relative;
  z-index: 1;
}
.testimonial-teaser-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  height: 100%;
  width: 100%;
  min-height: 100px;
  margin-right: 15px;
}
.testimonial-teaser-image a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-teaser-image a .far {
  color: #ccc;
  font-size: 70px;
}
/*# sourceMappingURL=_maps/testimonial.css.map */
