.competition_heading{
	display: flex;
	flex-direction: column;
	width: 100%;
}
@media (min-width:768px){
	.competition_heading{
	flex-direction: row;	
	}
}