<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-actioncolumn__title {
    display: block;
    font-size: 1.8em;
    line-height: 1.5;
    color: white;
}

.at-actioncolumn__text {
    margin-bottom: 1.5em;
    color: white;
}

@media screen and (min-width: 810px) {
    .at-actioncolumn__text {
        float: left;
        width: 80%;
        margin-right: 1.5em;
        margin-bottom: 0;
    }

    .at-actioncolumn__link {
        float: right;
    }
}</pre></body></html>