.wp-block-customer-slider a {
  color: #FFFFFF;
  cursor: pointer;
}
.wp-block-customer-slider .box {
  display: grid;
  position: relative;
  max-width: 770px;
  width: 100%;
  height: auto;
  background-color: var(--theme-palette-color-1);
  margin-inline: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wp-block-customer-slider .box svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  transform: translateX(1px) scaleX(-1);
}
.wp-block-customer-slider .swiper {
  position: relative;
  padding-bottom: 46px;
}
.wp-block-customer-slider .swiper-pagination {
  bottom: 0;
}
.wp-block-customer-slider .swiper-pagination > .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: var(--theme-palette-color-6);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: var(--theme-palette-color-1);
  opacity: 100%;
}
.wp-block-customer-slider .swiper-pagination > .swiper-pagination-bullet-active {
  background-color: var(--theme-palette-color-1);
}
.wp-block-customer-slider .swiper-grid {
  padding: 43px 101px 41px 49px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 85px auto;
  color: var(--theme-palette-color-6);
}
.wp-block-customer-slider .testimonial {
  grid-area: 1/1/1/span 2;
  font-size: 16px;
  font-family: Verdana, Sans-Serif;
}
.wp-block-customer-slider .theImage img {
  grid-area: 2/1/2/1;
  width: 70px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: var(--theme-palette-color-6);
  display: inline-block;
}
.wp-block-customer-slider .hasImage {
  grid-area: 2/2/2/2;
}
.wp-block-customer-slider .noImage {
  grid-area: 2/1/2/span 2;
  display: inline-block;
}
.wp-block-customer-slider .name {
  font-size: 24px;
  font-family: Khand, Sans-Serif;
}
.wp-block-customer-slider .company {
  font-size: 14px;
  font-family: Verdana, Sans-Serif;
}
@media screen and (max-width: 400px) {
  .wp-block-customer-slider .box {
    display: grid;
    position: relative;
    max-width: 770px;
    width: 100%;
    height: auto;
    background-color: var(--theme-palette-color-1);
    margin-inline: auto;
    border-radius: 5px;
  }
  .wp-block-customer-slider .box svg {
    visibility: hidden;
  }
  .wp-block-customer-slider .swiper-grid {
    padding: 10px 10px 10px 10px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    color: var(--theme-palette-color-6);
  }
}

/*# sourceMappingURL=block-style.css.map */
