.custom-member-cards-con {
    overflow:visible;
}

.custom-member-card {
    position:relative;
    aspect-ratio: 300 / 438;
}

.custom-member-card-img {
    opacity:0;
    width:100%;
}

.custom-member-card-content {
    position:absolute;
    bottom:28px;
    left:20px;
}

.custom-member-card-content {
    position:absolute;
    bottom:28px;
    left:20px;
}

.custom-member-card-title {
    color:#fff;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 35px;
    margin:0;
}

.custom-member-card-excerpt {
    display:flex;
    align-items:center;
    gap: 6px;
}

.custom-member-card-excerpt p {
color:#fff;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin:0;
}

.swiper-member-card-learn svg {
    display:block;
}

.members-swiper-pagination {
    margin-top:60px;
}

.members-swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity:1;
    border: 1px solid #fff;
    height:8px;
    width:8px;
}

.members-swiper-pagination .swiper-pagination-bullet-active {
        background: transparent;
}

.custom-member-cards-con .swiper-button-prev:after, .custom-member-cards-con .swiper-button-next:after {
        display:none;
}
    
.custom-member-cards-con .swiper-button-prev, .custom-member-cards-con .swiper-button-next {
        height:48px;
        width:48px;
}