
.theses{margin: 55px 0 0 0;}
	.thesesItem{display: inline-block; width: 23.5%; cursor: pointer; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0, .12); color: #212121;
		padding: 35px 0 45px 0; vertical-align: top; box-sizing: border-box; margin: 0 2% 2% 0; text-align: center; transition: box-shadow .25s;
	}
	.thesesItem:hover {box-shadow: rgba(0,0,0, .12) 0 35px 90px;}
	.thesesItem:last-child{margin-right: 0;}
		.thesesItem img{margin: 0 0 17px 0; max-height: 65px; background: #EF6C00;}
		.thesesItem .icon{margin: 0 0 17px 0; font-size: 51px; color: #EF6C00; display: block;}
		.thesesItem h3{font-size: 17px; margin: 0 0 16px 0; padding: 0 32px; line-height: 1.3;}
		.thesesItem .thesesText{line-height: 1.5; color: #5a5a5a; padding: 0 32px; display: block;}


@media all and (max-width: 1130px) {
	.thesesItem h3{font-size: 18px;}
	.thesesText{font-size: 14px;}
}

@media all and (max-width: 1070px) {
	.thesesItem{width: 49%;}
	.thesesItem:nth-child(2n){margin-right: 0;}
		.thesesItem h3{font-size: 19px;}
		.thesesText{font-size: 15px;}
}

@media all and (max-width: 900px) {
	.thesesItem{width: 48%; margin: 0 4% 4% 0;}
}

@media all and (max-width: 540px) {
	.thesesItem{width: 100%; margin: 0 0 30px 0;}
	.thesesItem:last-child{margin: 0;}
}