

/* Start:/local/templates/soyuz-glazov/components/bitrix/news.detail/service/style.css?1730961032453*/
.service-content {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 30px;

	.service-col1 {}
	.service-col2 {
		position: relative;

		img {
			position: relative;
			width: 100%;
			height: auto;
			border-radius: 15px;
			z-index: 1;
		}
	}
}

@media screen and (max-width: 800px) {
	.service-content {
		grid-template-columns: repeat(1, 1fr);

		.service-col2 img { 
			height: 250px; 
			object-fit: cover;
		}
	}
}
/* End */
/* /local/templates/soyuz-glazov/components/bitrix/news.detail/service/style.css?1730961032453 */
