/*mobile*/
@media screen and (max-width: 447px) {
	#contact{
		padding-bottom: 15px;
	}
}

/*tablet*/
@media screen and (max-width: 825px) {
	#cform{
		margin-top: 15px !important;
	}
}

/*big screen*/
@media screen and (min-width: 825px) {
  
}
