section.sbs-customsite h1 {
    font-weight: 900;
    font-size: 3em;
    margin-top: 0.5em;
}

section.sbs-customsite .input {
    border: 1px solid #ddd;
    width: 100%;
    height: 150px;
    padding: .25em;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #333;
    background: rgba(255,255,255,0.8);
}

section.sbs-customsite section.sbsform .form-sendbutton {
    background: #296AA5;
}

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;
    }
}