.heading p {
	margin-top: 5%;
	font-size: 18px;
}

@media (min-width : 1200px) {
	/* Dropdown animation */
	.megamenus {
		width:750px;
		margin-left:-350px;
		height: auto;
	}

	.megamenus > ul {
		height: 350px;
		background-color: rgba(255,255,255,1); 
	}
	.megamenus > ul > li:first-child {
		float: left;
		margin-right: 10%;
	}
}