.opening-hours-left{
    width:50%; 
    display:block; 
    border:0px solid #fff;
}

.opening-hours-right{
    width:40%; 
    display:block; 
    border:0px solid #fff;
    text-align: center;
    font-size: 16px;
}






@media screen and (max-width:760px) {
    .welcome-text{
        padding: 0 8px !important;
    }
    #mklogo{
        width:70px !important;
    }
}