.contact-div{
  margin-top: 2rem;
}

@media only screen and (max-width: 768px){
  .contact-wrap{
    width: 90% !important;
    margin: auto;
  }
}
