﻿h1 {
    text-align: center;
    color: #003580;
    font-size: 24px;
    font-weight: bold;
}

main {
    margin-top: 0 !important;
}

.group {
    font-size: 24px;
    color: #003580;
    height: inherit;
}

main p {
    font-size: 18px;
    line-height: 32px;
}

.brand {
    color: #247da4;
}

.brand-logo {
    width: auto !important;
    height: 150px;
    padding: 30px 0;
}

@media screen and (max-width: 601px) {
    .brand-logo {
        height: auto !important;
        max-width: 100% !important;
    }
}

.brand-image {
    width: 70%;
}