.customer-testimonials-title .secondary-heading {
  font-family: "Averta-bold";
}
.customer-testimonials-title .heading {
  letter-spacing: -1.44px;
}
.customer-testimonials-list {
  min-height: 617px;
}
.customer-testimonials .avatar-list {
  gap: 16px;
  min-height: 96px;
}
.customer-testimonials .avatar-list .avatar-image {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  opacity: 0.4;
  flex-shrink: 0;
  transition: height 0.3s ease, width 0.3s ease, border-width 0.3s ease,
    border-color 0.3s ease;
  overflow: hidden;
}
.customer-testimonials .avatar-list .avatar-image:hover {
  border: 2.358px solid #9fe870;
  cursor: pointer;
}
.customer-testimonials .avatar-list .avatar-image.active {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  border: 2.358px solid #9fe870;
  box-shadow: 0px 2.358px 18.868px 0px rgba(159, 232, 112, 0.4);
  backdrop-filter: blur(5.306542873382568px);
  opacity: 1;
}
.customer-testimonials .testimonials-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  border-radius: 16px;
  background: #ecfae2;
}
.customer-testimonials .testimonials-item {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
  border-radius: 16px;
  background: #ecfae2;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.customer-testimonials .testimonials-item.show {
  display: flex;
  opacity: 1;
}

.customer-testimonials .testimonials-item .testimonials-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 20px;
}
.customer-testimonials .testimonials-item .testimonials-content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.customer-testimonials
  .testimonials-item
  .testimonials-content
  .secondary-heading {
  font-size: 15px;
  font-style: normal;
  font-family: "Averta-bold";
  line-height: 140%;
  letter-spacing: -0.3px;
  text-transform: unset;
  --base-spacing: 0 !important;
}
.customer-testimonials .testimonials-item .testimonials-content .heading {
  font-size: 18px;
  font-style: normal;
  font-family: "Averta-bold";
  line-height: 140%;
  letter-spacing: -0.36px;
  --base-half-spacing: 0px !important;
}
.customer-testimonials .testimonials-item .testimonials-content .text {
  white-space: wrap;
  font-size: 15px;
  font-style: normal;

  line-height: 140%;
  letter-spacing: -0.3px;
  align-self: stretch;
  --base-spacing: 0;
  --base-half-spacing: 0px;
  color: #080808;
}
.customer-testimonials .testimonials-item .testimonials-image {
  width: 100%;
  height: 172.5px;
  align-self: stretch;
}

@media (min-width: 768px) {
  .customer-testimonials-list {
    height: 360px;
    min-height: 100%;
  }
  .customer-testimonials .avatar-list {
    min-height: 100%;
    gap: 24px;
    min-width: 96px;
  }
  .customer-testimonials .avatar-list .avatar-image {
    width: 64px;
    height: 64px;
  }
  .customer-testimonials .avatar-list .avatar-image.active {
    width: 96px;
    height: 96px;
    opacity: 1;
  }
  .customer-testimonials .testimonials-list {
    flex: 1 0 0;
  }
  .customer-testimonials .testimonials-item {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .customer-testimonials .testimonials-item .testimonials-content {
    width: 60%;
  }
  .customer-testimonials
    .testimonials-item
    .testimonials-content
    .secondary-heading {
    letter-spacing: -0.34px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .heading {
    letter-spacing: -0.44px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .text {
    letter-spacing: -0.34px;
  }
  .customer-testimonials .testimonials-item .testimonials-image {
    flex: 1 0 0;
    height: 100%;
  }
}
/* Desktop */
@media (min-width: 992px) {
  .customer-testimonials .avatar-list {
    min-width: 120px;
  }
  .customer-testimonials .avatar-list .avatar-image {
    width: 80px;
    height: 80px;
  }
  .customer-testimonials .avatar-list .avatar-image.active {
    width: 120px;
    height: 120px;
  }
  .customer-testimonials .testimonials-item {
    gap: 24px;
  }
  .customer-testimonials .testimonials-item .testimonials-content {
    padding: 32px;
    gap: 32px;
    width: 50%;
  }
  .customer-testimonials
    .testimonials-item
    .testimonials-content
    .secondary-heading {
    font-size: 17px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .heading {
    font-size: 22px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .text {
    font-size: 17px;
  }
}
/* Desktop */
@media (min-width: 1280px) {
  .customer-testimonials-list {
    height: 400px;
  }
  .customer-testimonials .avatar-list {
    min-width: 144px;
  }
  .customer-testimonials .avatar-list .avatar-image {
    width: 96px;
    height: 96px;
  }
  .customer-testimonials .avatar-list .avatar-image.active {
    width: 144px;
    height: 144px;
  }
  .customer-testimonials .testimonials-item {
    gap: 24px;
  }
  .customer-testimonials .testimonials-item .testimonials-content {
    padding: 32px;
    gap: 32px;
    width: 540px;
  }
  .customer-testimonials
    .testimonials-item
    .testimonials-content
    .secondary-heading {
    font-size: 17px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .heading {
    font-size: 22px;
  }
  .customer-testimonials .testimonials-item .testimonials-content .text {
    font-size: 17px;
  }
}
