﻿.HTML {
    .vsbcontent_img {

        img {
            max-width: 100% !important;
            display: block !important;
            margin: 0 auto;
        }
    }

    p {
        margin: 0 0 20px;
        text-indent: 2em;

        &:last-child {
            margin-bottom: 0;
        }
    }
}