.swiper-slide .card {
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    height: auto;
    background: #e8e8e8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  
  .swiper-slide .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto 12px auto;
  }

  .swiper-slide .card .group {
    font-family: 'YekanBakh-Regular', sans-serif;
    color: bluergb(26, 53, 104);
    font-size: small;

  }
  
  .swiper-slide .card .sub-group {
    font-family: 'YekanBakh-Regular', sans-serif;
    font-size: small;
  }
  
  .swiper-slide .no-underline {
    text-decoration: none !important;
  }

  .swiper-slide .username{
    font-size: medium;
    color: rgb(12, 90, 207);
    font-weight: normal;
  }