.value-block img {
    width: 70px;
}

.value-block p {
    max-width: 100px;
    text-align: center;
}

.value-block.flexed {
    gap: 10px;
}

.hero.bg-img {
    background-position: left;
}

/* .cont>.half-col:last-child {
    margin-top: 0px;
} */

@media screen and (max-width: 769px) {

    section.values .flexed .one-third {
        width: 30%;
    }

    section.values .flexed.wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    section.two-col .cont>.half-col:last-child {
        margin-top: 0px;
    }
}

@media screen and (max-width: 690px) {
    section.values .flexed .one-third {
        width: calc(50% - 10px);
    }

    section.tear.masked,
    section.tear.rel .full-h {
        height: auto;
        max-height: none !important;
    }

    section.tear.masked .cont {
        padding-bottom: 90px;
    }

}