.sp_team_blocks {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.sp_team_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E2ECF3;
    color: #000000;
    width: calc((100% - 8px) / 2);
}
.sp_team_block:hover {
    background: #1d87f1;
    color: #fff;
}

.sp_team_block_img {
    height: 78px!important;
    width: auto;
}

.sp_team_block_name {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
}

@media(min-width: 576px) {
    .sp_team_block {
        width: calc((100% - 16px) / 3);      
    }
}
@media(min-width: 768px) {
    .sp_team_block {
        width: calc((100% - 24px) / 4);      
    }

}
@media(min-width: 1000px) {
    .sp_team_block {
        width: calc((100% - 32px) / 5);      
    }
}
@media(min-width: 1140px) {
 
}
@media(min-width: 1200px) {

}
@media(min-width: 1280px) {
 
}
