.upload-box {
  cursor: pointer;
  height: 340px;
  background-color: white !important;

  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.upload-box label {

  align-items: center;
  justify-content: center;
  cursor: pointer;


}

.upload-box img {
  width: 54px;
  height: 64px;
  margin-bottom: 10px;
}

.upload-box input[type="file"] {
  display: none;
}

.upload-box p {
  text-align: center;
}

@media (max-width:780px) {
  .upload-box {
    height: 130px;
  }
}
                                                            