.site-footer .widget-title{
    font-weight:800;
}


.main-menu > .menu-contact-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* If the theme doesn't support `margin-left: auto` directly due to float styles, use flex: */
.main-menu {
    display: flex;
}
