/* Center the "In Touch Base" brand text */
.brand-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.brand-link .brand-text {
    flex: none !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
