/* Contact Page */
@media only screen and (max-width: 500px) {
  /* For mobile phones: */
  .main {
    margin-top: 0; }
    .main:before {
      height: 1000px;
      right: 85px; }
  .v-layout-1-2 {
    grid-template: repeat(2, 1fr)/1fr;
    grid-gap: 0; }
    .v-layout-1-2 h1 {
      margin-top: 50px; }
  .img-slider {
    margin-top: 50px;
    grid-row: 1/2; }
  .contact-list {
    margin-left: 15px; }
    .contact-list .v-text {
      font-weight: bold; }
  .schedule-btn {
    margin-top: 30px;
    margin-left: 15px; } }
