.whatSay {
    background: rgb(255, 255, 255) !important;
    padding-top: 0px !important;
}


.testimonial {
    margin: 40px 30px 40px;
    /* width: 300px; */
}

.testimonialSlider {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* overflow-x: scroll; */
    overflow: hidden;
    overflow-x: scroll;
    align-items: center;
    gap: 30px;
    /* white-space: nowrap; */
}

.testimonialSlider::-webkit-scrollbar {
    /* display: none; */
    /* width: 0;
    height: 0;
    background: transparent; */
}

.testimonialSlider::-webkit-scrollbar-button {
    /* width: 0;
    height: 0; */
    /* background: transparent; */
    /* display: none; */
}

.testimonialContent {
    /* width: 300px !important; */
}

.testimonial .testimonialContent {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    height: 180px;
    background: #fff;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.21));
    position: relative;
}

.testimonial .testimonialContent:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonialContent:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonialContent .testimonialIcon {
    width: 50px;
    height: 45px;
    background: #621e95;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonialContent .testimonialIcon:before {
    content: "";
    border-bottom: 16px solid #391455;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #621e95;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #621e95;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.avatarImage
{
    width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 10px;
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}