@charset "UTF-8";
/* CSS Document */


.branding {
	flex-basis: 30%;
}

.branding img {
	width: 90%;
}

.description {
	flex-basis: 70%;
	padding: 0 4%;
}

sub {
	position: relative;
	top: 4px;
	font-size: 75%;
}


/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */

@media screen and (max-width:769px){
	
	.event-intro .container-flex {
		flex-wrap: wrap;
	}
	
	.branding {
		flex-basis: 100%;
	}

	.branding img {
		width: 80%;
		margin-bottom: 30px;
	}

	.description {
		flex-basis: 100%;
		padding: 0;
	}
	
	
}