.cardslider-card {
	padding: 20px;
	color: black;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cardslider-card.center {
	text-align: center;
}

.no-center {
	display: block;
}
.cardtitle {
	font-size: 1.4rem;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
	display: block;
}
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.profile-img{
    width:50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    min-width: 50px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: flex-start;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    padding-bottom: 0;
}
.box-top .profile{
	width: 60%;
}
.testimonial-box{
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: #fff;
}
.client-comment {
    padding: 30px;
    padding-top: 0;
}
.client-comment p {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}
.client-comment p strong {
    color: #5d4bff !important;
}
.client-comment p a:hover {
    color: #6601FF;
    text-decoration: none;
}
.name-user span {
    line-height: 16px;
    margin-top: 5px;
}
.client-img {
    width: 30%;
}
@media(max-width:1060px){
    .testimonial-box{
        width:90%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}