/* Apply About hero image */
.hero.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/about-backdrop.jpg') no-repeat center center/cover;
}
