/* 
.tear-hero .tear-over {
    background-image: none;
}

.bg-img.hero {
    background-position: right;
} */

.bg-img.hero h1, .bg-img.hero p {
    color: #000000!important;
}

.project-image.bg-img {
    height: 175px;
    position: relative;
}

.blue-over {
    background-color: blue;
    opacity: 0.5;
    background: var(--primary-danube, #5898D2);
}

section.projects .flexed.display-space {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; 
}

section.projects .flexed.display-space .one-third {
    width: calc(33.3333% - 20px);
    height: 100%;
    background-color: #ECEBED;
    border-radius: 5px; 
}

.meta-inner {
    padding: 30px 20px;
}

.project-meta h3 {
    margin-bottom: 12px!important;
}

section.projects .flexed.display-space {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

section.projects .flexed.display-space .one-third {
    width: calc(33.3333% - 20px);
    height: auto;
    background-color: #ECEBED;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
}

@media screen and (max-width: 769px) {
    .bg-img.hero {
        background-position: right;
    }

    section.projects .flexed.display-space .one-third {
        width: 100%; 
    }

    section.projects .flexed.display-space {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-top: 40px;
    }

    .full-w.hero h1, .full-w.hero p {
        color: #ffffff !important;
    }
}