section.testimonialsSlider {
    position: relative;
}

section.testimonialsSlider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 275px;
    background: linear-gradient(270deg, #FFFFFF 14.97%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

section.testimonialsSlider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 275px;
    background: linear-gradient(
90deg, #FFFFFF 14.97%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.testimonialsSlider .items {
    display: flex;
    width: max-content;
    padding: 15px 0;
}
.testimonialsSlider .item {
    border: 1px solid #6F37DB4D;
    border-radius: 20px;
    padding: 15px 30px;
    box-shadow: 0px 0px 20px 0px #5224BD1A;
    width: 480px;
    margin: 0 25px;
}
.testimonialsSlider .img-wrap {
    display: flex;
    align-items: center;
    justify-self: flex-start;
    height: 32px;
    min-height: 32px;
    max-width: 100%;
    margin-bottom: 25px;
}

.testimonialsSlider .img-wrap img {
height: 100%;
width: auto;
object-fit: contain;
object-position: left center;

}
.testimonialsSlider p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #302B38;
    margin: unset !important;
}

.testimonialsSlider .content {
    margin-bottom: 25px;
}

.testimonialsSlider .info {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 26px;
    position: relative;
}
.testimonialsSlider .info p:first-child {
    position: relative;
    font-weight: 500;
}

.testimonialsSlider .info p:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-25%);
    background-color: #DEDEF9;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: -16px;
}


.testimonialsSliderWrap {
    overflow: hidden;
}

/* spacing between the 2 rows */
.testimonialsSlider .items--right{
  margin-top: 50px;
}

@media (max-width: 768px){
  .testimonialsSlider .items--right{
    display: none;
  }

  .testimonialsWrap {
    background: unset;
}

section.testimonialsSlider::before {
    width: 15px;
}

section.testimonialsSlider::after {
    width: 45px;
}

.testimonialsSlider .item {
    width: 245px;
    margin: 0 10px;
}

.testimonialsSlider .info {
    flex-direction: column;
    align-items: flex-start;
}

.testimonialsSlider .info p:first-child::after {
    content: none;
}
}
