/* Social Media Icon Styling */
.page-description img{
	max-width: 5%;
	margin-right: 0.8rem;
}

/* Form Styling */
.form-container{
	height: 40rem;
}

/* MEDIA QUERIES */
/*  Screen size below 480px*/
@media screen and (max-width:30rem){
	.page-description img{
		max-width: 10%;
		margin-right: 1.4rem;
	}
}

/* Screen size of 480px - 896px */
@media screen and (min-width: 30rem) and (max-width: 56rem){
	.page-description img{
		max-width: 8%;
		margin-right: 1.5rem;
	}

	.page-description p{
		max-width: 100%;
	}
}