body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.logo {
    width: 120px;
    margin-bottom: 50px;
    display: inline-block;
}

.container {
    max-width: 1200px;
}

@media (max-width: 768px) {
    .col-md-6 {
        text-align: center;
    }

    .col-md-6:first-child {
        margin-bottom: 24px;
    }
}

.contact-us-link {
    text-decoration: underline;
}

a {
    color: #6395DF;
}
