.programm_row {
	margin: 0 -15px;
}

.programm_item {
	width: 100%;
	height: 300px;
	margin: 15px;
	background-color: #f1f8e8;
	position: relative;
	color: #014c73;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 35px;
}

.programm_item i {
	position: absolute;
	font-size: 210px;
	bottom: 0;
	right: -15px;
	color: #c1d6d1;
	line-height: 0;
	margin: 0;
}

.programm_item a {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

@media screen and (max-width:960px) {
	
	.programm .flex-between {
		flex-direction: column;
		text-align: left;
	}
	
	.programm_row {
		flex-wrap: wrap;
	}
	
	.programm_item {
		margin-top: 0;
	}
	
}
