.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .01em;
}
.brand .easy-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1769e8 0 51%, #3bb91f 52% 100%);
    color: #fff;
    font-size: .79rem;
    font-weight: 950;
    letter-spacing: -.06em;
    box-shadow: 0 10px 24px rgba(37, 105, 232, .24);
}
.brand .easy-brand-wordmark { color: #152033; font-size: 1rem; white-space: nowrap; }
.brand .easy-brand-wordmark strong { color: #3bb91f; }
@media (max-width: 540px) {
    .brand { flex-wrap: wrap; }
    .brand small { margin-left: 50px; }
}
