.team-banner {
    position: relative;
    justify-content: center;
    padding: 157px 0 100px;
}
.team-banner::after {
    content: "";
    width: 1018px;
    height: 1018px;
    border-radius: 1018px;
    background: linear-gradient(
        114deg,
        rgba(252, 80, 32, 0.38) -25.23%,
        rgba(253, 111, 38, 0.38) 37.7%,
        rgba(248, 207, 65, 0.38) 100%
    );
    filter: blur(174.5px);
    position: absolute;
    z-index: 0;
    top: 75px;
    left: -10%;
}
.team-banner .tt {
    width: 100%;
    font-weight: 700;
    text-align: center;
    max-width: 758px;
    font-size: 100px;
    line-height: 82px; /* 136.667% */
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}
.team-lists {
    z-index: 10;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -16px;
}
.team-lists .item {
    margin-top: 50px;
    width: 25%;
    padding: 0 16px;
}
.team-lists .item img {
    border-radius: 24px;
}
.tt-team {
    margin-top: 104px;
    position: relative;
    z-index: 10;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}
.game-team .bg-home .container {
    margin-bottom: 20px;
}
@media (max-width: 820px) {
    .team-banner {
        padding: 97px 0 0;
    }
    .team-banner .tt {
        font-size: 50px;
        line-height: 130%; /* 65px */
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    .team-banner::after {
        left: -190%;
    }
    .tt-team {
        margin-top: 97px;
        font-size: 15px;
        line-height: normal;
    }
    .team-lists {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 68px);
    }
    .team-lists .item img {
        border-radius: 6.5px;
    }
    .team-lists .item {
        width: 33.33%;
        margin-top: 20px;
        padding: 0 4px;
    }
    .game-team .bg-home {
        padding-bottom: 159px;
    }
}
