

/* Start:/local/templates/cisp2020/components/bitrix/news.list/services2/style.css?1603708927876*/
.services__list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.services__list-item{
	flex-basis: calc(50% - 10px);
	/*border: 1px solid #fefefe;*/
	box-shadow: 0px 20px 20px rgba(0, 0, 0, .075);
	padding: 20px;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-bottom: 50px;
	justify-content: left;
}
.services__list-item .sli__header{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.services__list-item .h2{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}
.services__list-item .sli__image{
	width: 110px;
	flex-basis: 110px;
}
.services__list-item .sli__description{
	flex-basis: calc(100% - 110px);
}
@media (max-width: 767px){
	.services__list-item{
		flex-basis: 100%;
	}
}
/* End */
/* /local/templates/cisp2020/components/bitrix/news.list/services2/style.css?1603708927876 */
