.dropzone {
  min-height: 200px!important;
  overflow-y: scroll!important;
}

.card{
  margin-top: 1.5em!important;
} 

.required{
  color: #900;
}

.form-check-label{
  cursor: pointer
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  grid-template-rows: repeat(5, 230px);
  grid-gap: 15px;
}

.gallery .thumb{
  max-width: 200px;
  max-height: 200px;
}

.gallery p{
  font-size: 13px;
}