.testimonials_cel.section {
  max-width: 100%;
  padding-block: var(--spacers-120);
  padding-inline: 0;

  @media screen and (width < 700px) {
    padding-block-end: var(--spacers-80);
  }

  @media screen and (width >= 1280px) {
    height: 630px;
    overflow: hidden;
  }
}

.testimonials_cel__wrapper.section__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--gap-40);
  max-width: 100%;
  padding-inline: 0;

  @media screen and (width <= 700px) {
    gap: var(--gap-20);
  }

  & .star.heading-with-stars_cel__top {
    margin-left: var(--spacer-24);
    right: 0;
    top: -56px;

    @media screen and (width <= 700px) {
      right: -42px;
      top: -18px;
    }

    @media screen and (width >= 1280px) {
      right: -94px;
      top: -20px;
    }
  }

  & .star.heading-with-stars_cel__bottom,
  & .heading-with-stars_cel__bottom {
    bottom: -60px;
    left: 0;

    @media screen and (width <= 700px) {
      bottom: 8px;
      left: 8px;
    }

    @media screen and (width >= 1280px) {
      bottom: -20px;
      left: -94px;
    }
  }
}

.testimonials_cel .subheading_cel {
  text-transform: uppercase;
}

.testimonials_cel .carousel-controls {
  justify-content: center;
  padding-left: 0;
}

.testimonials_cel .carousel-container {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  padding-inline: 0;
  width: 100vw;

  .slick-track > article {
    margin-inline: calc(var(--spacers-40) / 2);
  }

  .slick-list {
    overflow: visible;
    padding-right: 80px;
  }

  @media screen and (width < 700px) {
    padding-inline: var(--spacer-20);

    .slick-track > article {
      margin-inline: calc(var(--spacer-24) / 2);
    }

    .slick-list {
      padding-right: 40px;
    }
  }

  @media screen and (width >= 1280px) {
    margin-block-start: var(--spacers-60);
  }
}

@media screen and (width <= 400px) {
.testimonials_cel.section {
        padding-top: 76px;
                padding-bottom: 37px;
        .heading{
                          max-width: 280px !important;
                letter-spacing: -1.84px;
                line-height: 120% !important;
        }
        .carousel-controls {
    padding-top: 27px;
        }
}
.testimonials_cel .subheading_cel {
    letter-spacing: -2.56px;
}
}