.cew-testimonials {
  overflow: hidden;
}
.cew-testimonials .swiper-slide {
  height: auto;
}
.cew-testimonial-slide-content {
  display: flex;
  height: 100%;
}
.cew-testimonial-client-img-wrap {
  border-right: 1px solid #000;
  flex-shrink: 0;
}
.cew-testimonial-client-img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block;
}
.cew-testimonials .cew-testimonial-big-heading {
  position: relative;
  font-size: 4.8rem;
  font-weight: bold;
  color: transparent;
  font-family: 'News Gothic Std';
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  padding-left: 10px;
}
.cew-testimonials .cew-testimonial-big-heading span {
  display: block;
  position: absolute;
  color: #ffffff;
  top: 6px;
  left: 2px;
  width: calc(100% - 10px);
}
.cew-testimonials .client-name {
  color: #000000;
  font-family: 'News Gothic Std', Sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  margin-top: 10px;
}
.cew-testimonials .client-name:after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -14px;
  height: 28px;
  width: 96%;
  background-color: #cde398;
  z-index: -1;
}
.cew-testimonials .review-text {
  color: #000000;
  font-family: 'Avenir', Sans-serif;
  font-size: 22px;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 10px;
  margin-top: 25px;
  max-width: 540px;
}
.cew-slder-nav {
  display: flex;
  justify-content: end;
}
.cew-testimonial-slider-btns {
  display: flex;
}
.cew-slder-nav button,
.cew-slder-nav a {
  font-family: 'Avenir', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1rem;
  fill: #000000;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  padding: 14px 20px 10px 20px;
}
.cew-slder-nav a {
  flex-shrink: 0 !important;
}
.cew-slder-nav button.swiper-button-disabled {
  display: none;
}
.cew-slder-nav button {
  background-color: #ffa799;
  border-right-width: 0;
}
.cew-slder-nav button.cew-swiper-button-prev {
  background-color: #cde398;
}
.cew-slder-nav button:hover {
  background-color: #000;
  color: #fff;
}
.cew-swiper-button-next.swiper-button-disabled:hover {
  background-color: #ffa799;
  color: #000;
}
.cew-slder-nav a:hover {
  background-color: #cde398;
  color: #000;
}
.cew-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.cew-flex {
  display: flex;
}
.cew-items-bwtween {
  justify-content: space-between;
}
.cew-flex-col {
  flex-direction: column;
}
.cew-flex-row {
  flex-direction: row;
}
.cew-h-100 {
  height: 100%;
}
.cew-gap-20 {
  gap: 20px;
}
.cew-gap-60 {
  gap: 60px;
}
.cew-w-full {
  width: 100%;
}

@media (max-width: 1080px) {
  .cew-slder-nav {
    flex-direction: column;
  }
  .cew-testimonials .cew-testimonial-big-heading {
    font-size: 4rem;
  }
  .cew-slder-nav button,
  .cew-slder-nav a {
    padding: 14px 20px 10px 20px;
  }
  .cew-testimonials .client-name {
    font-size: 1.8rem;
  }
  .cew-testimonials .review-text {
    font-size: 18px;
  }
  .cew-slder-nav button,
  .cew-slder-nav a {
    flex: 1;
    text-align: center;
  }
  .cew-slder-nav button {
    border-bottom: none;
  }
  button.cew-swiper-button-next {
    border-right: 1px solid #000;
  }
  button.cew-swiper-button-prev,
  .cew-slder-nav a {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .cew-testimonials .cew-testimonial-big-heading {
    font-size: 2.4rem;
  }
  .cew-testimonials .cew-testimonial-big-heading span {
    top: 3px;
    left: 6px;
  }
  .cew-testimonial-slide-content {
    flex-direction: column;
  }
  .cew-testimonial-client-img-wrap {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
