.featured-banner-overlapping-content-with-img-border {
    top: -60px;
    left: -60px;
}

.featured-banner-overlapping-content-with-img img, .featured-banner-overlapping-content-with-img {
    max-width: 590px;
    width: 100%;
    height: 95%;
}

@media (max-width: 1023px) {

.featured-banner-overlapping-content-with-img img, .featured-banner-overlapping-content-with-img {
            max-height: 410px;
            height: 100%
}
        }

@media (max-width: 980px) {
    .featured-banner-inner-content .acf-innerblocks-container {
        margin-right: 40px;
    }
}

@media (max-width: 850px) {
    .featured-banner-overlapping-content-with-img {
        max-width: 335px;
        width: 100%;
    }
    .featured-banner-overlapping-content-with-img img {
        max-width: 335px;
        width: 100%;
    }
    .featured-banner-overlapping-content-with-img {
        display: flex;
        justify-content: flex-end;
    }
    .featured-banner-col-with-img {
        margin-left: 100px;
        max-width: 335px;
    }
    .featured-banner-overlapping-content-with-img-border {
        top: -40px;
        left: -50px;
    }
    .featured-banner-inner-content .acf-innerblocks-container {
        margin-right: 0;
    }
}
