.header-lp {
    border-top: 16px solid $blue-dark;
    .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 18px 12px;
        @include bp($bp-col12) {
            flex-direction: row;
        }
    }

    .logo {
        width: 100%;
        max-width: 500px;
    }

    .header-cta {
        display: flex;
        align-items: center;
        flex-direction: column;

        .cta-text {
            color: $blue;
            font-weight: bold;
            text-transform: uppercase;
			margin-bottom: 6px;
        }
        .btn {
            font-size: 24px;
            font-weight: 500;
        }
    }
}
