/************************************/
/** team list						*/
/************************************/
.teams-list-cards{
	display: flex;
	flex-wrap: wrap;
}

.teams-list-card-content{
    display: flex;
    flex-direction: column;
    outline: none;
    width: calc((100% / 3) - 18px);
    margin: 9px;
}

.teams-list-card-text-content{
background-color: orange;
    color: white;
    padding: 4px;
    /* padding-left: 15px; */
    width: 100%;
    height: 100px;
    text-align: center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.teams-list-card-name{
	    font-size: 15px;
    font-weight: bold;
}

.teams-list-card-cate{
font-size: 12px;
}


/************************************/
/** img						*/
/************************************/

.teams-list-img-container{
	margin: auto;
    overflow: hidden;
    display:flex;	
    overflow:'hidden';
    justify-content: center;
    background-color: transparent;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    max-height: 197px;
}
}
    
.teams-list-img{
	overflow:'hidden';
}

