

/* Start:/local/templates/main/components/bitrix/news/solutions_2/bitrix/news.list/.default/style.css?1753712310958*/
.solutions-anons__item
{
	display: flex;
	gap: 30px;
	max-width: 640px;
	margin: auto;
}
.ppict {
	width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdesc {
	width: 60%;
}
.solutions-anons__item:nth-child(2n+1) .ppict {
	order: 2;
}
.solutions-anons__item:nth-child(2n+1) .pdesc {
	order: 1;
}

.solutions-anons__item .pdesc > div:nth-child(1) {
    color: #009a9d;
    font-size: 16px;
	font-weight: bold;
}
.solutions-anons__item .pdesc > div:nth-child(2) {
    font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.solutions-anons__item .pdesc p {
	margin: 10px 0;
}

.solutions-anons__item .ppict img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
.solutions-anons__item {
	flex-wrap: wrap;
}
.ppict, .pdesc {
	width: 100%;
}
.solutions-anons__item .ppict img {
	display: inline;
}
.solutions-anons__item .ppict {
	order: 2;
}
.solutions-anons__item .pdesc {
	order: 1;
}
}
/* End */
/* /local/templates/main/components/bitrix/news/solutions_2/bitrix/news.list/.default/style.css?1753712310958 */
