.client-slider-heading {
    font-weight: bolder;
    text-align: center;
    padding: 40px;
}

.client-slider-heading span {
    color: #FF2525;
}

.client-image-slide img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.client-name p {
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    .client-name p {
        white-space: nowrap;
        overflow: hidden;
        width: 50px;
        text-overflow: ellipsis;
    }
    .client-slider-heading {
        font-size: 18px;
    }

}