.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 320px;
    padding: 2rem;
    background-image: url('https://kamilistorage.blob.core.windows.net/gallery/about-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-hero-content {
    position: relative;
    color: #fff;
}

.about-hero h1 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.about-hero p {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.about-body {
    max-width: 820px;
    margin: 0 auto;
    padding: 4rem 1.5rem 2rem;
    color: #555;
    font-size: 1.5rem;
    line-height: 1.8;
}

.about-body .lead {
    font-size: 1.8rem;
    line-height: 1.7;
    color: #333;
}

.about-body h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #222;
    margin: 3.2rem 0 1.2rem;
}

.about-body ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.about-body ul li {
    margin-bottom: 0.6rem;
}

.about-video {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 1rem auto 4rem;
    padding: 0 1.5rem;
}

/* The clip is portrait, so cap its height rather than letting it fill the width. */
.about-video video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    border-radius: 4px;
    background: #000;
}
