@media only screen and (min-width: 1000px) {
.fourth-callout.to-left-angle-top {
        margin-top: -210px;
}
}

.media-block { display: flex; align-items: flex-start; }
.media-figure { margin-right: 1em; }
.media-body { flex: 1; }
.media-body ul { padding: 0 0 0 1em; }

@media only screen and (max-width: 500px) {
    .media-block { display: block; }
}

.vc_single_image-img, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
    width: 100% !important;
}