.olympus-elem-group-data{
    border-radius: 5px;
    position: relative;
    text-align: center;
    margin: 0 17.5px;
    background-color: #fff;
    padding-bottom: 15px;
    border: 1px solid #e6ecf5;
}

.olympus-elem-group-data .olympus-elem-cover img{
    border-radius: 5px 5px 0 0;
}

.olympus-elem-group-data .item-avatar{
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin: -55px auto 12px;
    border: 4px solid transparent;
    background-color: white;
    border-radius: 100%;
}

.olympus-elem-group-data .item-avatar img{
    border-radius: 100%;
}

.olympus-elem-group-data .bp-group-home-link{
    color: #515365;
    color: var(--heading-font-color);
    font-weight: 700;
    font-size: 14px;
}

.groups-slider-module .btn-prev,
.groups-slider-module .btn-next{
    fill: #515365;
    fill: var(--heading-font-color);
}

.groups-slider-module .swiper-pagination-bullet{
    border: none;
}