.form {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.form__label {
    font-size: 16px;
}

.form__description {
    height: 4rem;
}