.mob_header{
    .mob_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        .left_side{
            font-size: 26px;
            color: $black;
            font-weight: 500;
        }
        .right_side{
            i{
                font-size: 24px;
                color: $black;
                height: 35px;
                width: 35px;
                text-align: center;
                justify-content: 35px;
                padding-top: 3px;
               }
        }
    }
}

