body#webcommander-page.widget-snippet {
    padding: 40px;
}
#webcommander-page .snippet-image-left-text-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-image-left-text-right-2 img {
    padding-right: 16px;
}
@media (max-width:991px ) {
    #webcommander-page .snippet-image-left-text-right-2 img {
        padding-bottom: 30px;
        padding-right: 0;
    }
}
@media (max-width:767px ) {
    #webcommander-page .snippet-image-left-text-right-2 img {
        padding-bottom: 15px;
    }

}
