input::placeholder, textarea::placeholder {
  color: black;
  font-size: 1rem;
}
label {
  transition: font-size 0.3s, top 0.3s;
}

.label-select{
  background-color: white;
  left: 11px; 
  top: 6px;
}

.up{
  top: -9px !important;
  font-size: 13px !important;
  white-space: nowrap;
}

@media screen and (min-width: 1300px) {
    .three-column-xl .webform-options-display-two-columns {
        max-width: 1000px;
        column-count: 3 !important;
    }
}
