/* Terminy Block - Frontend Responsive Wrapper */
.flb-block-wrapper {
    width: 100%;
}

.flb-block-wrapper--left { display: flex; justify-content: flex-start; }
.flb-block-wrapper--center { display: flex; justify-content: center; }
.flb-block-wrapper--right { display: flex; justify-content: flex-end; }
