
.contactus-wrapper
{
    height: 70vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/images/Grid.png");
background-color: #F8F8F8;

}

.banner-image
{
  height: 111%;
}


@media only screen and (max-width: 770px) {
    .contactus-wrapper
    {
        height: fit-content;
        position: relative;
      display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px 50px 0px;
    }
    .banner-image
{
  height: 100%;
}
   
  
  }