
.vpa-1col-txt, .vpa-1col-titre-mosaic {
    position: relative;
    z-index: 10;
    margin: auto;
    line-height: 1.5em;
    /*padding: 10px 50px;*/
    /*border:1px solid #000;*/
    display:grid;
    p, ul {
        /*justify-self: center;*/
        padding-bottom: 10px;
    }
    .heading{
        justify-self: left;
        margin-bottom: 0.25em;
    }
    .link{
        justify-self: center;
    }

}
@media screen and (min-width: 768px) {
    .plr-3 {
        margin: 0 11vh;
    }
}