@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .order-2 {
        order: 0 !important;
    }
}

.sgr-standardcontent.v3 .sgr-image {
    height: 330px;
}

.sgr-standardcontent.v3 .text-block-floating {
    position: relative;
    border-top: 4px solid #4C2A73;
    border-bottom: 4px solid #4C2A73;
}

@media only screen and (min-width: 992px) {
    .sgr-standardcontent.v3 .text-on-right {
        right: -70px;
        border-right: 4px solid #4C2A73;
    }

    .sgr-standardcontent.v3 .text-on-left {
        left: -70px;
        border-left: 4px solid #4C2A73;
    }
}