.rte {
    line-height: 1.7;
}

.rte p,
.rte ul,
.rte ol {
    margin-bottom: 1rem;
}

.rte p:last-child,
.rte ul:last-child,
.rte ol:last-child {
    margin-bottom: 0;
}

.rte ol,
.rte ul {
    margin-left: 2rem;
}

.rte ol {
    list-style: decimal;
}

.rte ul {
    list-style: disc;
}

.rte img,
.rte iframe {
    display: inline;
}

.rte h1 {
    font-size: 2rem;
}

.rte h2 {
    font-size: 1.7rem;
}

.rte h3 {
    font-size: 1.5rem;
}

.rte h4 {
    font-size: 1.3rem;
}

.rte h5 {
    font-size: 1.1rem;
}