div#block-home-html-img.d-flex,
div#block-home-html-img .d-flex
{
    display: flex;
}
div#block-home-html-img.justify-content-center,
div#block-home-html-img .justify-content-center{
    justify-content: center;
}

div#block-home-html-img.justify-content-between,
div#block-home-html-img .justify-content-between{
    justify-content: space-between;
}

div#block-home-html-img.full-width,
div#block-home-html-img .full-width{
    width: 100%;
}

div#block-home-html-img.flex-direction-column,
div#block-home-html-img .flex-direction-column {
    flex-direction: column;
}

div#block-home-html-img.align-items-center,
div#block-home-html-img .align-items-center {
    align-items: center;
}
div#block-home-html-img .blockrni-img {
    text-align: center;
}
div#block-home-html-img .blockrni-img img {
    max-width: 100%;
}
@media(max-width:767px){
    div#block-home-html-img .image-left {
        flex-direction: column;
        align-items: center;
    }
    div#block-home-html-img .image-right {
        flex-direction: column-reverse;
        align-items: center;
    }
}
