.GeneralNoteForm {
    &-page-title {
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    &-column {
        margin-top: 3%;
    }

    .container {
        border: 1px solid var(--gray-300);
        width: 50%;
        margin: 0;
    }

    .form-control {
        font-size: 14px;
    }

    &-noGeneralNotes {
        font-size: 16px;
        font-style: italic;
        position: relative;
        text-align: center;
        top: 182px;
    }
}
