  /*Single Team Line Up Custom Style*/
.lineup_team_section {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 46px !important;
}

.no-leaf-match-live h2 {
    font-size: 2rem;
}

.no-leaf-match-live h2:before{
    display: none;
}

@media screen and (max-width: 1024px) {
    .lineup_team_section .profile_content {
        margin: 15px -7px 0 -7px;
    }
}
/*End Single Team Line Up Custom Style*/