.public-header {
    position: static;
    top: auto;
}
.public-brand strong {
    font-size: 32px;
    line-height: 1;
}
.public-phone-intro {
    align-self: center;
    color: #3d3325;
    font-weight: 800;
}
.public-header-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 760px) {
    .public-brand strong {
        font-size: 28px;
    }
    .public-header-contact {
        justify-content: flex-start;
    }
}
