@media screen and (min-width: 992px) {

    .paragraph--type--background-colour-and-text-panel.paragraph-background-colour-white.paragraph-panel-location-left {
        border-width: 0em 2em 0em 0em;
    }

    .paragraph--type--background-colour-and-text-panel.paragraph-background-colour-white.paragraph-panel-location-right {
        border-width: 0em 0em 0em 2em;
    }

    .paragraph--type--background-colour-and-text-panel.paragraph-background-colour-white .row .text-wrapper {
        padding: 0 2rem;
    }
}