/* .filepond--list {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.filepond--item {
    position: relative;
    width: 33.33%;
} */

/* label {
    font-size: 14px;
    font-weight: 600;
    color: white;
} */

.content__card .card-body .form-group textarea.form-control {
    height: 60px;
    resize: none;
}
