
ul.pract {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.pract li {
	padding: 20px 0 50px 0;
	width: 300px;
}

ul.pract li div.img {
	text-align: center;
}

ul.pract li h3 {
	align-items: center;
	display: flex;
	font-size: 17px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	text-align: center;
	width: 300px;
}

ul.pract li ul.list li {
	background-position: left top 16px;
	font-size: 13px;
	padding: 10px 5px 10px 15px;
	width: auto;
}

ul.pract li p {
	margin-top: 20px;
	text-align: center;
}