#Section1 .sch-style-1,
#Section1 .sch-style-3,
#Section1 .sch-style-5 {
    background: #e5e5e5;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section1 .sch-style-2,
#Section1 .sch-style-4 {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section1 .sch-testimonial {
    width: 31.5%;
    float: left;
    margin-right: 30px;
    box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
    position: relative;
    background: #fff;
	border: 2px solid transparent;
}

#Section1 .sch-testimonial:last-child {
    margin-right: 0;
}

#Section1 .sch-description {
    padding: 20px;
}

#Section1 .sch-description i {
    width: 100%;
    margin-bottom: 10px;
}


#Section1 .sch-info {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

#Section1 .sch-info .sch-name {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

#Section1 .sch-info .sch-social a {
    color:#fff;
}

#Section1 .sch-info .sch-social i {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

#Section1 .sch-info .sch-social a:nth-child(2) {
    margin: 0 25px;
}

#Section1 .sch-description p {
    margin-bottom: 0;
    padding: 0 5px;
    color: #222;
    font-size: 16px;
    text-align: center;
	letter-spacing: 0.5;
	line-height: 1.5;
}

#Section1 #svg {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

#Section1 .sch-img {
    text-align: center;
}

#Section1 .sch-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
}

#Section1 .sch-style-1 .sch-description i {
    color: #4d61c3;
	font-size: 25px;
}

#Section1 .sch-style-2 .sch-description i {
    color: #34ADFF;
	font-size: 25px;
}

#Section1 .sch-style-3 .sch-description i {
    color: #e81e8b;
	font-size: 25px;
}

#Section1 .sch-style-4 .sch-description i {
    color: #ff8400;
	font-size: 25px;
}

#Section1 .sch-style-5 .sch-description i {
    color: #37b737;
	font-size: 25px;
}

#Section1 .sch-style-1 .sch-testimonial:hover {

    border: 2px solid #4d61c3;

}

#Section1 .sch-style-1 .sch-testimonial:hover .sch-img img {

    border: 5px solid #4d61c3;

}

#Section1 .sch-style-2 .sch-testimonial:hover {

    border: 2px solid #34ADFF;

}

#Section1 .sch-style-2 .sch-testimonial:hover .sch-img img {

    border: 5px solid #34ADFF;

}

#Section1 .sch-style-3 .sch-testimonial:hover {

    border: 2px solid #e81e8b;

}

#Section1 .sch-style-3 .sch-testimonial:hover .sch-img img {

    border: 5px solid #e81e8b;

}

#Section1 .sch-style-4 .sch-testimonial:hover {

    border: 2px solid #ff8400;

}

#Section1 .sch-style-4 .sch-testimonial:hover .sch-img img {

    border: 5px solid #ff8400;

}

#Section1 .sch-style-5 .sch-testimonial:hover {

    border: 2px solid #37b737;

}

#Section1 .sch-style-5 .sch-testimonial:hover .sch-img img {

    border: 5px solid #37b737;

}

@media (min-width:1024px) and (max-width:1199px) {
    #Section1 .sch-testimonial {
        width: 31%;
    }
}

@media (min-width:980px) and (max-width:1023px) {
	#Section1 .sch-testimonial {
		width: 47.5%;
	}
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section1 .sch-testimonial:nth-child(3),#Section1 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
}

@media (min-width:768px) and (max-width:979px) {
    #Section1 .sch-testimonial {
		width: 47.5%;
	}
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section1 .sch-testimonial:nth-child(3),#Section1 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
}

@media (min-width:640px) and (max-width:767px) {
    #Section1 .sch-testimonial {
		width: 47%;
	}
    #Section1 .sch-img img {
        width: 100px;
        margin: 10px auto;
        height: 100px;
    }
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section1 .sch-testimonial:nth-child(3),#Section1 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
	
}

@media (min-width:480px) and (max-width:639px) {
    #Section1 .sch-testimonial {
		width: 100%;
	}
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section1 .sch-testimonial:nth-child(2),#Section1 .sch-testimonial:nth-child(4) {
        margin-right:0;
		margin-left:0;
    }
	#Section1 .sch-testimonial:nth-child(3),#Section1 .sch-testimonial:nth-child(5) {
        margin-left:0;
		margin-right:0;
    }
}

@media only screen and (max-width:479px) {
    #Section1 .sch-testimonial {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
	#Section1 .sch-testimonial:last-child{
        margin-bottom: 0px;
    }
}