<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-container .stores-header &gt; .row &gt; div.col-xs-12 &gt; div.row &gt; .col-xs-6 {
    width: 90% !important;
    flex-basis: 90% !important;
    padding-top: 25px !important;
    padding-bottom: 30px !important;
}

.store-select-buttons h1{
    font-weight: bold;
    font-size: 32px;
}

@media screen and (max-width: 991px) {
    .store-select-buttons h1{
        font-size: 16px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
</pre></body></html>