.mw-live-sectionn{
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 0;
    margin-top: 20px;
    padding: 10px 0;
    background: #071c5d;
}
.mw-live-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0px 45px;
   
}
.mw-live-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
}
.mw-live-label label{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.mw-h4-2{
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.mw-live-logoo{
width: 144px;
}

.mw-live-logoo img{
    width: 144px;
    }


@media (max-width:1024px){
    .mw-live-content {
        max-width: 1200px;
        display: flex;
        padding: 0px 6px;
    }
    .mw-live-label label{
        display: flex;
        justify-content: center;
        color: white;
        font-size: 11px;
    }
    .mw-live-logo img{
        width: 79px;
    }

    .mw-live-logo{
        display: flex;
        align-items: center;
    }    
    .mw-h4-2 {
        color: white;
        font-size: 11px;
        display: flex;
        align-items: center;
    }
    .mw-live-label{
        width: 64%;
    }

    .mw-live-sectionnn {
        width: 114%;
    }
}