.descblock {

	padding-bottom: 24px!important;
}
.services_button__desc-wrapper{
	display: flex;
	justify-content: center;
}
.services_button__preview,.services_button__desc{
	border-radius: 6px;
	padding: 0 24px;
	height: 38px;
	background: #37b54a;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin-top: 32px;
	cursor: pointer;
	transition: .3s;
}
.services_button__preview p,.services_button__desc p{
	margin: unset;
	font-weight: 700;
	font-size: 14px;
	line-height: 171%;
	color: white;
	user-select: none;
}
.services_button__preview:hover,.services_button__desc:hover{
	background-color: #389d5a;
}
@media (max-width: 767px) {
	.services_button__preview,.services_button__desc{
		width: 100%;
	}
	.category .imagecontainer img{
		width: 88px;
		height: 88px;
	}
}
@media (max-width: 350px) {
	.services_button__preview,.services_button__desc{
		padding: 7px 24px;
		height: auto;
	}
}