/* Стили для страницы команды */
.team-logo-large {
    text-align: center;
    margin-bottom: 20px;
}

    .team-logo-large img {
        width: 150px;
        height: 150px;
    }

.team-description {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .team-description p {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 10px;
    }

    .team-description ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .team-description li {
        font-size: 1em;
        color: #fff;
    }

.team-roster {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 20px;
    border-radius: 10px;
}

    .team-roster h3 {
        font-size: 1.5em;
        color: #fff;
        margin-bottom: 10px;
    }

    .team-roster ul {
        list-style-type: none;
        padding-left: 0;
    }

    .team-roster li {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 5px;
    }
