body#webcommander-page.widget-snippet {
    padding: 40px;
}
#webcommander-page .snippet-text-left-image-right-2 h1 {
    color: var(--bk-h1-color, #000000);
    font-size: var(--bk-h1-size, 24px);
    font-weight: var(--bk-h1-weight, 400);
    line-height: var(--bk-h1-line-height, 1.5);
}
#webcommander-page .snippet-text-left-image-right-2 img {
    padding-left: 16px;
}
@media (max-width:991px ) {
    #webcommander-page .snippet-text-left-image-right-2 img {
        padding-top: 30px;
        padding-left: 0;
    }
}
@media (max-width:767px ) {
    #webcommander-page .snippet-text-left-image-right-2 img {
        padding-top: 15px;
    }

}
