
.mission-title {
    margin: 1rem 0;
}

.office-of-dg-btns {
    margin: 2rem;
}

.mission-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/about-nysc-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(30%);
}

.mission-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 
.mission-title {
    color: #fff;
    font-size: 6rem;
    justify-content: center;
    align-items: center;
}