#work.panel {
    max-width: 1000px;
}

#work.panel header h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #0099ff;
}

#work.panel .profile h2,h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1em;
    color: #0099ff;
}

#work.panel .profile p {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 500;
    color: #c6d7e2;
}

#work.panel .profile ul {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    color: #c6d7e2;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 500;
}

#work.panel .profile ul li {
    margin-bottom: 0.5em;
}


