

/* Start:/local/templates/main/components/bitrix/news/new/bitrix/news.list/new/style.css?1692150647828*/
.row.services-list {
	row-gap: 20px;
}
.service-item {
	display: flex;
	padding: 30px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	gap: 40px;
}

.service-item .image {
	background: center no-repeat;
	background-size: contain	;
	width: 170px;
	height: 170px;
	flex-shrink: 0;
}

.service-item .info {
	display: flex;
	flex-direction: column;
	/*padding-left: 40px;*/
}

.service-item .info h3 {
	font-size: 18px;
	font-weight: 600;
}

.page.catalog .service-item .info p {
	padding: 20px 0;
	font-size: 14px;
	line-height: 22px;
}

.service-item .info a {
	align-self: flex-start;
	display: block;
	line-height: 56px;
	padding: 0 50px;
	background: #FD700B;
	color: #fff;
	border-radius: 4px;
	font-weight: 500;
}

@media (max-width: 550px) {
	.service-item {
		flex-direction: column;
		gap: 30px;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news/new/bitrix/news.list/new/style.css?1692150647828 */
