.content p {
    margin-bottom: 22px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content ul ul {
    margin-top: 15px;
}

.content ul,
.content ol {
    margin-left: 25px;
    margin-bottom: 22px;
}

.content ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

.content h2 {
    font-size: 1.953rem;
    font-weight: bold;
    margin-bottom: 22px;
}

.content h3 {
    font-size: 1.563rem;
    font-weight: bold;
    margin-bottom: 22px;
}

.content h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 22px;
}

.content a {
    text-decoration: underline;
}