.map-box,
.upload-box{
  height:140px;
  border:2px dashed #bde5bd;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#5a5a5a;
  background:#f3fff3;
}

@media (max-width: 768px) {

  .vs-top {
    display: block;  
  }

  .vs-right {
    width: 100%;
    margin-top: 20px;
  }

  .vs-hero-img {
    width: 100%;
    height: auto;      
    display: block;
    border-radius: 16px;
  }

  .vs-card {
    margin-top: 35px;
  }

}