div.mysteeriaani { background-image: url(/files/customsite/CS_547/img/mysteeriaanibg.jpg); background-size: cover; }

section.sbs-customsite h1 {
    font-weight: 900;
    font-size: 3em;
    margin-top: 0.5em;
}

section.sbs-customsite p.sum {
    background: #e81c2c;
    padding: 0.3em 1em;
    font-weight: 900;
    font-size: 1.5em;
    color: white;
}

section.sbs-customsite p.sum span {
    white-space: nowrap;
}

section.sbs-customsite p.answers {
    font-size: 0.8em;
    line-height: 130%;
}

section.sbs-customsite p.answers br {
    content: " ";
    display: inline;
}

section.sbs-customsite p.answers br:after {
    content: "\2022";
    display: inline-block;
    padding: 0 0.8em;
    font-size: 1.2em;
}

section.sbs-customsite {
    background: white;
}

section.sbs-customsite .lo-center-content {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}

section.sbs-customsite .lo-center-content .column {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 1em 0;
}

section.sbs-customsite .lo-center-content .column:first-child {
    padding-right: 2em;
}

@media screen and (max-width: 768px) { 
    section.sbs-customsite .lo-center-content {
        display: block;
    }
    section.sbs-customsite .lo-center-content .column,
    section.sbs-customsite .lo-center-content .column:first-child {
        padding: 1em;
    }
    section.sbs-customsite h1 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 414px) { 
    section.sbs-customsite h1 {
        font-size: 2em;
    }
}