
.information {

}

.informationBlock {
    width: 50%;
    float: left;
    margin-bottom: 1em;
}

.informationBlock.full {
    width: 100%;
}

    .informationHeader {
        font-size: 1.1em; 
        font-weight: 600;
        float: left; 
        width: 40%;
    }

    .full .informationHeader {
        width: 20%;
    }

    .informationContent {
        float: left; 
        width: 60%;
    }

    .full .informationContent {
        width: 80%;
    }

    textarea {
        resize: none;
        height: 7em;
    }