/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2022 | 06:02:03 */
.cd-timeline-content h2 {
	margin: 0;
	color: #e10119 !important;
}

.announcement-banner-image {
	border-radius: 0px;
	float: left !important;
	margin-right: 20px !important;
	border: 5px solid #fff !important;
}

.cd-timeline-content {
	margin-left: 0;
	top: 8px;
	padding: 1.6em;
	width: 90% !important;
}

@media (min-width: 820px){
		.cd-timeline-content {
		margin-left: 0;
		top: 8px;
		padding: 1.6em;
		width: 46% !important;
	}
	.cd-timeline-block {
		display: inline-block;
		width: 100%;
		margin-top: -50px !important;
	}

}

.cd-timeline-block:hover img.announcement-banner-image{
	transform: scale(1.1);
	transition: all 1s ease-out;
}