@charset "UTF-8";
/* CSS Document */
/* large media query >992px */

.timeline-item .bottom h3{
	display:none;
}

@media (max-width:1200px){

	#blog-post img{
		width:100%;
	}
	
	.contact_details .container{
    width: 100% !important;
    max-width: none !important;
}
}
