.form-con {
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 730px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 750px;
}

.form-con .left-side {
  width: 100%;
  height: 100%;
  background: url(../assets/contact/contact_bg.png) no-repeat center center/cover;
  margin-left: -20px;
}

.cityBlock {
  display: none;
}

@media (max-width: 768px) {
  .form-con .left-side {
    margin-left: 0;
  }
  .form-con {
    flex-direction: column;
    height: auto;
  }

  .form-con .left-side {
    width: 100%;
    height: 40vh;
  }

  .form-con .form {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}
