.form-type-webform-image-file:not([class*=-checkbox]) {   
position: relative;
width: 100%;
text-align: left;
margin: 0 0 15px;
color: #090808;
  label {
    font-weight: 700;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    z-index: 6;
    cursor: text;
  }
  .form-item__description{
      font-size: 15px;
      margin-top: 5px;

  }
}