#education {
    display: none;
    flex-direction: column;
}

#cincy, #highlands {
    margin: 0 auto;
    width: 70%;
}

#highlands h1 {
    margin: 50px 0 0 0;
}

#cincy h1, #highlands h1 {
    font-size: 145%;
    color: var(--lighterGreen);
    font-style: italic;
}

.line {
    width: 100%;
    background-color: white;
    height: 2px;
    margin: 5px 0;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: italic;
    font-weight: 700;
    margin: 5px 0;
}

.info h4 {
    font-size: 70%;
    margin-bottom: 5px;
}

.info h2 {
    font-size: 100%;
    color: var(--lighterGreen);
}