﻿/* ---------------SECTION 2: ABOUT MANTRA SECTION------------------------ */

.pagenotfound_banner {
    background-image: url('../../images/pages/404/page-not-found.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0 200px 0;

}

.ind-hero .container {
    position: relative;
    z-index: 2;
}

.ind-hero h1 {
    color: var(--ma-white);
    margin-bottom: 0px;
    max-width: 850px;
}

.ind-hero-lead {
    color: var(--ma-white);
    max-width: 720px;
    margin-bottom: 32px;
    opacity: 0.85;
}
