.testimonial-swiper{
  width: 300px;
  height: 450px;
}
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
.testimonial-slide{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('https://plus.unsplash.com/premium_photo-1661409082728-525f262714d4?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content{
   margin-left: 30px;
}
.content img{
    width: 70px;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
}
.content h4{
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
}
.content p{
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}
  /* .testimonial-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
  }

  .testimonial-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .testimonial-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }

  .testimonial-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
  }

  .testimonial-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
  }

  .testimonial-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
  }

  .testimonial-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .testimonial-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .testimonial-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .testimonial-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  } */