.mw-live-section{
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    margin-top: 20px;
    padding: 10px 0;
    background: rgb(8,79,154);
background: linear-gradient(90deg, rgba(8,79,154,1) 0%, rgba(88,52,116,1) 35%, rgba(237,1,46,1) 100%);
}
.mw-live-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    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;
}

@media (max-width:1024px){
    .mw-live-content {
        max-width: 1200px;
        display: flex;
        gap: -19px;
        padding: 0px 6px;
    }
    .mw-live-label {
        display: flex;
        justify-content: center;
        color: white;
        width: 44%;
    }
    .mw-live-logo img{
        width: 79px;
    }
    .mw-h4-2 {
        color: white;
        font-size: 11px;
        display: flex;
        align-items: center;
    }
}