
.testimonialsRepeaterOuter{
  position:relative;
}

.testimonialsRepeaterMastersHead{
  margin: 0 auto 40px;
  max-width: 620px;
  text-align: center;
}

/* .testimonialsRepeaterMastersHead h6{
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
/*   letter-spacing: 2px;
  text-transform: uppercase; */
} */

/* .testimonialsRepeaterMastersHead{
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%; 
} */

.testimonialsRepeaterInner{
  max-width: 1012px;
  margin: auto;
}

.testimonialsRepeaterDescriptionCardBlock{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .testimonialsRepeaterDescriptionCardBlock{
    justify-content: center;
  }
}

.testimonialsCardsList{
  width: 490px;
  padding: 40px;
  position: relative;
  box-sizing: border-box;
  border-radius: 14px;
  background: #FFF;
  box-shadow: -10px 4px 41px 2px rgba(191, 191, 191, 0.20);
}

@media screen and (max-width: 1080px) {
  .testimonialsCardsList{
    width: 40%;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 14px;
    background: #FFF;
    box-shadow: -10px 4px 41px 2px rgba(191, 191, 191, 0.20);
  }
}
@media screen and (max-width: 768px) {
  .testimonialsCardsList{
    width: 100%;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 14px;
    background: #FFF;
    box-shadow: -10px 4px 41px 2px rgba(191, 191, 191, 0.20);
  }
}

.testimonialsContent{
  padding-top: 22px;
  padding-bottom: 120px;
  margin-top: 0;
  text-shadow: none;
}

.testimonialsContent p{
  margin-top: 0;
  text-shadow: none;
}

.testimonialProfile{
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
}


.testimonialsProfileImage {
  box-sizing: border-box;
}

.testimonials-large img{
  width: 80px;
  height: 80px !important;
  border-radius: 50%;
  /*   flex-shrink: 0; */
}

.testimonials-medium img{
  width: 56px;
  height: 56px !important;
  border-radius: 50%;
  /*   flex-shrink: 0; */
}

.testimonials-large{
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-shadow: none;
  margin: 0;
}
.testimonials-medium{
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-shadow: none;
  margin: 0;
}

.testimonials-large p{
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  text-shadow: none;
}
.testimonials-medium p{
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  text-shadow: none;
}

/* .testimonials-large .testimonialsProfileImage img{
width: 80px;
height: 80px !important;
flex-shrink: 0;
}
.testimonials-medium .testimonialsProfileImage img{
width: 56px;
height: 56px !important;
flex-shrink: 0;
} */

/* .testimonialsCustomerProfile{
padding: 10px
} */

.testimonialsCustomerProfile h5{
  margin: 0;
  padding: 0;
}


