  @media screen and (max-width: 768px) {
	.blue-box-arrow-bg {
		padding: 8em 3em;
	}
	
	.event-item {
		grid-column: 1 / 4 !important;
		padding: 0em;
	}
	
	.event-item:nth-of-type(even) {
		border-bottom: 4px solid white;
		padding-bottom: 2em;
	}
	
	.event-item:nth-of-type(odd), .event-item:last-of-type {
		border-bottom: none;
		padding-bottom: 0em;
	}
	
	.event-item:nth-of-type(odd) {
		text-align: center;
	}
	
	.circle-frame-yellow {
		padding: 3em;
		order: -1;
		background-clip: border-box;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #111c4e 50%, #111c4e);
	}
	
	.circle-frame-blue {
		padding: 3em;
		order: -1;
		background-clip: border-box;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #ffcd00 50%, #ffcd00);
	}
	
	.circle-frame-yellow img, .circle-frame-blue img {
		width: 80%;
	}
	
	
	.yellow-dots-bg {
		background-repeat: repeat;
		background-size: contain;
		padding: 0em;
	}
	
	.title-box {
		text-align: center;
	}
	
	.title-box p {
		padding: 0em 1em;
	}
	
	.img-divider {
		width: 100%;
	}
	
	.slide-img {
		order: -1;
	}
	
}

