#content .middle {
    align-items: start;
    line-height: 1.4;
    font-size: 14px;
}
h1,
h2 {
    display: block;
    background: #00cde1;
    padding: 15px 40px;
    color: white;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 21px;
}
h3 {
    font-size: 18px;
    margin: 20px 0;
}
p {
    margin: 0 0 10px;
}
b {
    font-weight: bold;
}
ul {
    list-style: disc;
    margin: 0 0 10px 20px;
    line-height: 1.5;
}
ul:last-child {
    margin: 0 0 30px 20px;
}