#main {
	margin-top: 50px;
}

.category-item {
	margin: 50px 0;
}

.category-item:last-child {
	margin-bottom: 50px;
}

.category-item:first-child {
	margin-top: 0;
}

.date {
	color: #414141;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 15px;
}

.description {
	margin-bottom: 30px;
}

.education-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.education-item > span:first-child {
	height: 259px;
/*	border: 2px solid #000000;*/
}

.education-item:hover {
	text-decoration: none;
}

.education-item img {
	display: block;
	width: 100%;
	height: 100%;
}

.education-item .crop img {
	object-fit: cover;
}

.education-item .no-crop img {
	object-fit: contain;
}

.education-item-content {
	background: #FFF;
	box-shadow: 0px 4px 13.7px 0px rgba(0, 0, 0, 0.12);
	padding: 20px 50px 20px 20px;
	color: #000;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

.education-item-content .h5 {
	margin-top: 0;
}

.dates {
	font-weight: 400;
	color: #666;
	font-size: 14px;
	padding-right: 38px;
}

.education-item-content svg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.category-item .col-lg-3.col-md-6 {
	margin-bottom: 15px;
}

@media (max-width: 1200px){
	.education-item > span:first-child {
		height: 190px;
	}
}

@media (max-width: 450px){
	.category-item {
		margin: 30px 0 60px;
	}

	.education-item > span:first-child {
		height: 288px;
	}
}