.filler {
    position: relative;
    min-height: 5rem;
}

.filler:before, .filler:after {
    position: absolute;
    left: 50%; 
    bottom: 1rem;
    width: 40%;
    height: 4rem;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.filler:before {
    transform: translate(calc(-100% - 0.25rem), 0);
    background-image: url(https://privohub.privo.com/files/images/PRIVO_Cert/COPPA.png);
    background-position: right;
}
.filler:after {
    transform: translate(0.25rem, 0);
    background-image: url(https://www.kidsafeseal.com/sealimage/18691418771262130814/minimevideos_svg_darktm.svg);
    background-position: left;
}    
.button-bg {
    display: none;
}
@media (min-width: 768px) {
    body {
        background-color: white;
    }
    #main .content {
        box-sizing: border-box;
        padding: 4rem 2rem 3rem;
        background-color: var(--BOOST_PRIMARY);
    }
    .content.aoc:after {
        left: 2rem;
    }
}