@charset "UTF-8";

.our-approach-background {
    background-image: url("/static/img/our_approach.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.our-approach-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.6), rgba(13, 13, 13, 0.85));
    z-index: 1;
}

.our-approach-background .container {
    position: relative;
    z-index: 2;
}
