@media (max-width: 767px) {
    .wrapper .vc_row-o-equal-height .text-center {
        order: 1;
    }

    .wrapper .vc_row-o-equal-height .wtp-order-2,
    .wrapper .vc_row-o-equal-height .vc_col-has-fill {
        order: 2;
        min-height: 250px;
    }

    .home-blog-section .container .card:first-of-type {
        margin: 0 auto 35px auto;
    }
}

.ht-150.vc_col-has-fill:after,
.lvca-project-image:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgb(233,232,230);
    background: linear-gradient(90deg, rgba(233,232,230,0.8995973389355743) 0%, rgb(175, 132, 45) 100%);
    mix-blend-mode: color;
    pointer-events: none;
}

.blog-standard > img {

}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    video.fillWidth {
        height: auto !important;
    }
}

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), video.fillWidth { height: auto !important; }

body.home .grecaptcha-badge{
    visibility: collapse !important;
}