.home-banner {
    background-image: url(../assets/Our-Process.jpg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 40, 30)), to(rgba(0,0,0,0)));
    /* background-color: #ffffff; */
    min-height: 35vh;
    background-position-y: 5%;
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner__header{
    z-index: 1;
}
.our_process h3,.our_process p {
    text-align: center;
}
.our_process .excerpt__main h3,.our_process .excerpt__main p {
    text-align: left;
    margin-bottom: 0;
}
.container.our_process {
    max-width: var(--max-width);
    padding-bottom: 50px !important;
}
.stremandsimpl {
    margin-bottom: 100px;
}
#our_process .excerpt {
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
}
.excerpt__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    max-width: 90px;
    float: left;
    position: relative;
    height: 160px;
}
.excerpt__main {
    margin-top: 30px;
    width: 80%;
    padding-left: 25px;
    display: inline-block;
}
#our_process div#assessment.excerpt,
#our_process .excerpt:first-child {
    margin-top: 0px;
}
header.home-banner__header {
    position: absolute;
    margin: auto;
    width: 100%;
    display: flex;
    max-width: none;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 35vh;
}
section#our_process h3 {
    color: black;
}
h1.home-banner__headline {
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", Georgia, Times, serif !important;
    text-shadow: 1px 1px 0px black;
}
@media screen and (min-width: 900px){
    .excerpt__wrapper {
        grid-gap: 100px;
    }
}
@media (max-width: 768px) {
    h1.home-banner__headline {
        display: inline-block;
    }
    .home-banner{
        min-height: 45vh;
        background-position-y: 30px;
    }

}
