#bbm-wrapper {
    display: flex;
    justify-content: space-around;
}

#bbm-wrapper::before {
    content: "";
    flex: 1;
}

@media (max-width: 576px) {
    #bbm-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
    }

    #bbm-wrapper .bbm-text {
        margin-top: 1em;
    }
}

@media (min-width: 576px) {
    #bbm-wrapper {
        flex-direction: row-reverse;
    }

    #bbm-wrapper .bbm-text{
        padding-right: 0.5em;
        padding-bottom: 0.5em;
    }
}

.bbm_image {
    position: relative;
    clear: both;
    margin-bottom: 5px;
}

.bbm_image > div {
    font-size: 0;
}
