/* BEGIN custom_css */
@media only screen and (min-width: 768px) {
  /* For mobile: */
.contact {margin-left:30px;}
}

@media only screen and (min-width: 992px) {
.contact {margin-left: 30px; margin-top: 550px;}
}

/* END custom_css */
