.client-testimonials-section {
  position: relative;
  background-color: rgba(27, 99, 255, 0.05);
}

.client-testimonials-section-topline {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 49px;
  padding-left: 64px;
  padding-right: 64px;
}

.client-testimonials-navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-testimonials-navigation-arrow {
  height: 18px;
  transform-origin: center;
  cursor: pointer;
}

.client-testimonials-navigation-arrow2 {
  transform: rotate(180deg);

  padding-left: 10px;
}

.client-testimonials-navigation-spacer {
  width: 32px;
  height: 100%;
  display: inline-block;
}

.client-testimonials-section-testimonials {
  height: 537px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 0;
}

.client-testimonials-carroussel-slide {
  display: flex;
  gap: 25px;
  height: 100%;
  white-space: initial;
  width: 100%;
  flex-shrink: 0;
}

.client-testimonials-left {
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 0;
  /* max-width: 30vw; */
}

.client-testimonials-left-block {
  background-color: white;
  flex: 1;
  width: 408px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.client-testimonials-left-block-image {
  width: 40%;
  flex: 0;
}

.client-testimonials-right {
  display: flex;
  flex: 1;
  background-color: #1b63ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 67px;
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.client-testimonials-section-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.client-testimonials-left-block-text {
  color: #000;
  font-family: Poppins;
  font-size: 14.267px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.751px; /* 187.5% */
  width: 320px;
}

.client-testimonials-right-quote {
  color: #fff;
  font-family: Figtree;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 48.4px */
  letter-spacing: -0.88px;
  width: 100%;
  height: 100%;
}

.client-testimonials-right-quote__de {
  color: #fff;
  font-family: Figtree;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 48.4px */
  letter-spacing: -0.88px;
  width: 100%;
  height: 100%;
}



.client-testimonials-right-quote-sign {
  width: 34.571px;
  height: 24.493px;
  flex-shrink: 0;
  transform: translateY(-20px);
}
.client-testimonials-right-quote-sign2 {
  width: 34.571px;
  height: 24.493px;
  flex-shrink: 0;
  transform: translateY(30px);
}

.client-testimonials-right-quote-text {
  right: 57px;
  bottom: 38px;
  position: absolute;
}

.client-testimonials-right-quote-text-name {
  color: #fff;
  /* lead text */
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 34.8px */
  letter-spacing: -0.12px;
}

.client-testimonials-right-quote-text-function {
  color: #00ecc2;
  /* body */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
  letter-spacing: -0.09px;
}

.client-testimonials-bar-container {
  padding-top: 55px;
  padding-bottom: 46px;
}

.client-testimonials-bar-bar {
  background: #d9d9d9;
  width: 425px;
  height: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.client-testimonials-bar-handle {
  background: #0063f8;
  width: 10px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1280px) {
  .client-testimonials-right-quote__de {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .client-testimonials-bar-bar {
    width: 100%;
  }

  .client-testimonials-carroussel-slide {
    flex-direction: column;
  }

  .client-testimonials-right {
    height: 420px;
    font-size: 30px;
    padding:30px;
    padding-top:67px;
    padding-bottom:67px;
    word-break: break-all;  /* Breaks words at any character */
    word-break: break-word; /* Breaks at word boundaries first, then characters */
    max-width: 100%;
  }

  .client-testimonials-section-testimonials {
    height: inherit;
  }

  .client-testimonials-right-quote {
    font-size: 33px;
    padding-bottom: 100px;
  }

  .client-testimonials-right-quote__de {
    font-size: 28px;
  }

  .client-testimonials-left-block {
    width: inherit;
  }

  .client-testimonials-left-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-testimonials-section-topline {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-testimonials-navigation-buttons {
    padding-top: 24px;
  }

  .client-testimonials-right-quote-text {
    position: static;
    right: auto;
    bottom: auto;
  }
}
