.Contact-Section-Right {
    text-align: center;
  }

/* Medium devices and larger devices (landscape tablets, 768px and up)  */
@media only screen and (min-width: 768px) {
  .Contact-Section-Left {
    width: 46vw;
  }
  .Contact-Section-Right {
    width: 50vw;
  }
  .Contact-Section {
    display: flex;
    padding: 30px;
  }
  h1.Large-Heading {
    font-size: 7vw;
  }
  #Contact-Img{
    padding-right: 60px;
  }
}

/* Mobile devices (425px and down)  */
@media only screen and (max-width: 425px) {
    .Contact-Section-Left {
        width: 100%;
    }
    .Contact-Section {
        padding: 20px;
    }

  }
  
