@media (max-width: 767px) {
    .content-body img[style*="float"] {
        float: none !important;
        display: block;
        margin: 0 auto 1rem;
    }
}
