
  .about-content .service-desc
{
	max-height: 48px;
}
.about-content .services-items .service-text {
    display: block;
    height: 105px;
}
.about-content .services-items .service-text2 {
    display: block;
    height: 25px;
}


.about-content .services-items .service-title
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1023px) {
.about-content .service-desc {
    max-height: 94px;
}

.about-content .services-items .service-text {
    display: block;
    height: 146px;
}
.about-content .services-items .service-text2 {
    display: block;
    height: 10px;
}
}


@media (max-width: 767px) {

	.about-content .service-desc {
		max-height: 94px;
	}

	.about-content .services-items .service-text
	{
		height: auto;
	}


}