@media screen and (min-width: 1000px) {
  .reachme_img{
    height: 100%;
    max-height: 150vh;
  }

  .responsiveLi{
    width: 49%;
    display: inline-block;
  }

  ul{
    padding: 0;
  }

  .form_label {
    font-size: 10px;
  }

  .contact_ul li{
    margin: 1rem 0;
  }

  .contactCol{
    padding-left: 2rem;
  }

  .benefits_card{
    max-width: 250px;
  }

  .heading_title{
    font-size: 3vw;
  }
  .benefits_title{
    font-size: 4vw;
    font-weight: 800;
    color: #790000;
    text-align: center;
  }
  .form_img{
    max-height: 600px;
  }

}