.contact_heading {
  font-size: 14px;
  font-family: roboto;
  font-weight: 100;
}

.contact_side_text {
  font-size: 14px;
  font-family: roboto;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .contact_side_text {
    display: none;
  }
}