﻿.section-wrapper:has(.about__intro-rounder) {
    position: relative;
    z-index: 2;
    background-color: var(--rk-color-white);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.about-mission__list {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}

.about-mission__list li {
    margin-bottom: 0.25rem;
    list-style-type: disc;
    color: var(--rk-color-charcoal);
}

.about-mission-section strong {
    color: var(--rk-color-blue-black);
    font-weight: var(--rk-font-weight-bold);
}

.timeline-oval ul {
    margin: 0;
    padding-left: 1.2rem;
}

.timeline-oval li {
    margin-bottom: 0.25rem;
    list-style-type: disc;
}

.timeline-oval li:last-child {
    margin-bottom: 0;
}