.split-page {
    display: flex;
}

.split-main {
    flex: 1 1 200px;
    padding-left: 1em;
    border-left: 1px solid white;
    margin-left: 1em;
}

.split-left {
    flex: 0 0 200px;
}

.schedule.blog figure {
	background-color: rgba(255,255,255,0.6);
	width: 100%;
}

.schedule.blog .item {
	text-align: center;
	border: 4px solid #410b59;
    background: #410b59;
    border-radius: 6px;
}

.schedule.blog {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
	display: grid; 
	column-gap: 2em;
	row-gap: 2em;
}

.schedule.blog .item img {
	object-fit: contain; 
	object-position: right;
	width: 100%; 
	height: 100%;
}

.pres_inner h2 {
    text-align: center;
    color: white;
}