.los-about {
    padding: 80px 0;
    background: var(--los-purple-900);
}

.los-rte {
    max-width: 900px;
    margin: 0 auto;
    color: var(--los-text-muted-2);
    font-size: 15px;
    line-height: 1.75;
}

.los-rte h2,
.los-rte h3,
.los-rte h4 {
    color: var(--los-orange-2);
    font-family: var(--los-font-display);
    margin: 28px 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.los-rte h2 { font-size: 24px; }
.los-rte h3 { font-size: 20px; }
.los-rte h4 { font-size: 18px; }

.los-rte p {
    margin: 0 0 14px;
}

.los-rte strong {
    color: #fff;
    font-weight: 600;
}

.los-rte ul,
.los-rte ol {
    margin: 0 0 14px;
    padding-left: 22px;
    list-style: disc;
}

.los-rte ol { list-style: decimal; }

.los-rte li {
    margin-bottom: 6px;
}

.los-rte a {
    color: var(--los-orange-2);
    text-decoration: underline;
}

@media (max-width: 600px) {
    .los-about {
        padding: 56px 0;
    }
}
