.sports-team-banner{
    background-image: url('../images/webp/sports-teams-banner.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}



@media screen and (min-width:1201px){
	
    .sports-team-left-section{
        width: 60%;;
    }
    
}
@media screen and (max-width:767px){
    .sports-team-banner{
        background-image: url('../image/sports-teams-mobile.png');
    }
}


