.olympic_team ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    list-style-type: none;
}

.olympic_team ul li {
    list-style: none!important;
    list-style-type: none!important;
}

.olympic_team--column ul {
    display: flex;
    flex-wrap: wrap;
}

.olympic_team--member_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #2B2D33;
}

.olympic_team_members .olympic_team--member_name {
    font-size: 12px;
}

.olympic_team--member_sport {
    font-size: 13px;
    line-height: 21px;
    color: #555A65;
    font-weight: 400;
}

.olympic_team--member_descr {
    padding: 16px 0px;
    position: relative;
    text-align: left;
    margin-top: -8px;
}


.swiper-slide img {
    width: 100%;  /* Adjust the width as needed */
    height: auto; /* This will maintain the aspect ratio */
    object-fit: cover; /* This ensures the image covers the area without stretching */
    border-radius: 10px;
}

#tie-block_3184 h1 {
    color: #333;
}

