p.totalservices_preview {
	font-size: 20px;
}

.list-type-block.item-views.wide_img .item > .image.bigimg {
	width: 480px;
	margin-right: 30px;
}

.totalservices .item-views .item .title a {
	font-size: 32px;
	font-weight: 500;
	position: relative;
}

.totalservices .item-views .item .title a:before {
	content: '';
	background: #2CAB06;
	height: 2px;
	width: 53px;
	position: absolute;
	top: -11px;
}

.totalservices .list-type-block.item-views.wide_img .item .image + .body-info {
	padding-left: 0;
	padding-top: 38px;
}

.totalservices .item-views .item .previewtext p {
	font-size: 18px;
}

.totalservices .list-type-block .link-block-more a {
	color: #7F8C9F;
	font-size: 18px;
}

.totalservices .list-type-block .link-block-more a:hover {
	color: #2CAB06;
}

@media(max-width:767px) {
	.list-type-block.item-views.wide_img .item > .image.bigimg {
		padding: 0;
		margin-bottom: 23px;
	}

	.totalservices .item-views .item .title a {
		font-size: 18px;
	}

	.totalservices .item-views .item .previewtext p {
		font-size: 14px;
	}

	p.totalservices_preview {
		font-size: 14px;
		text-align: justify;
	}
}