.children-testimonial-main-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  background-image: url("/cdn/shop/files/shrishti-USA-ourteam-backdrop2.png?v=1703227295"),
    url("/cdn/shop/files/shrishti-school-of-dance-children-testimonial-background-image.png?v=1704800520");
  background-size: 500px, 100% 73%;
  background-repeat: no-repeat;
  background-position: top center, bottom center;

  .children-testimonial-heading {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    color: #f2cd6b;
    font-family: Voguella;
    letter-spacing: 3px;
    background-image: linear-gradient(
      to right,
      #9a5916 35.5%,
      #e4b04d 55%,
      #fff1a3 39%,
      #e7b14f 55%,
      #ae6f27 80%,
      #f8c65d 93%
    );
    -webkit-background-clip: text;
    color: transparent;
  }

  .children-testimonial-responsive {
    width: 90%;

    .children-image-banner-content-container {
      position: relative;
      display: flex;
      justify-content: center;

      .children-image-banner-images {
        width: 80%;
        height: 100%;
        object-fit: cover;
      }

      .slick-slide {
        object-fit: cover;
        min-height: 250px;
      }
    }
  }

  .slick-dots {
    bottom: -34px;

    li button:before {
      color: #171314;
    }
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

.children-testimonial-main-container
  .children-testimonial-responsive
  .slick-prev:before {
  color: #171314 !important;
}

.children-testimonial-main-container
  .children-testimonial-responsive
  .slick-next:before {
  color: #171314 !important;
}

@media (min-width: 700px) and (max-width: 1024px) {
  .children-testimonial-main-container {
    background-size: 300px, 100% 73%;
    .children-testimonial-responsive {
      width: 100%;

      .children-image-banner-content-container {
        .children-image-banner-images {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .slick-slide {
      min-height: 300px;
    }
  }
}

@media (max-width: 600px) {
  .children-testimonial-main-container {
    background-size: 210px, 100% 73%;
    .children-testimonial-responsive {
      width: 80%;

      .children-image-banner-content-container {
        min-height: 173px !important;

        .children-image-banner-images {
          width: 100%;
          object-fit: cover;
        }
      }
    }

    .slick-slide {
      min-height: 300px !important;
    }
  }
}
