.col-txt-wrapper {
    padding: 140px 0;
}
.col-txt-wrapper.white-shade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    background: var(--main-light-grey);
    z-index: -1;
    background: #ffffff;
    /* background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E2E2E2 20%, #e2e2e2 80%, rgba(255, 255, 255, 0) 100%);
}
.col-img-wrapper {
    height: 100%;
    overflow: hidden;
}
.col-img-wrapper img {
    width: 100%;
    min-width: 100%;
    max-width: initial;
    height: auto;
    min-height: 100%;
    max-height: initial;
    object-fit: cover;
    transition: all 0.3s ease;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.block-50-inner {
    padding: 0 50px;
} 

.two-col-video {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

@media (max-width: 1200px) {
    .col-txt-wrapper {padding: 50px 0;}
}
@media (max-width: 768px) {
    .wedoo-col-block-wrapper .block-50 {width: 100%;}
    .wedoo-col-block-wrapper .col-img-wrapper {min-height: 300px;position: relative; overflow: hidden;}
    .block-50-inner {padding: 0;}
    .col-txt-wrapper {padding: 20px 0;}
}
@media (max-width: 480px) {
    .wedoo-col-block-wrapper .col-img-wrapper {min-height: 220px;}
}