.slider-wrapper {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 70px 55px;
  }
  .card-list .card-item {
    height: auto;
    color: #eee;
    user-select: none;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
    border-right: 0.2rem solid rgba(0, 0, 0, 0.1);
  }
  .card-list .card-item .user-image {
    width: 230px;
    height: 240px;
    border-radius: 50%;
    margin-bottom: 1rem;
    background-color: #588c89 !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
    padding: 4px;
  }
  .card-list .card-item .user-profession {
    font-size: 1.0rem;
    color: #e3e3e3;
    font-weight: 500;
    margin-top: 0.5rem;

  }
  .card-list .card-item .btn-social {
    padding: 0.2rem 0.4rem 0.01rem 0.4rem;
    color: #030728;
    cursor: pointer;
    border: transparent;
    border-radius: 25%;
    transition: 0.2s ease;
  }
  .text-ig {
    color: #bcdace;
  }
  .card-list .card-item .btn-social:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  .slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 1rem;
    width: 1rem;
    opacity: 0.5;
  }
  .slider-wrapper .swiper-pagination-bullet-active {
    background-color: #588c89 !important;
    opacity: 1;
  }
  .slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
    transition: 0.2s ease;
  }
  .slider-wrapper .swiper-slide-button:hover {
    color: #588c89;
  }


  @media (max-width: 768px) {
    .slider-wrapper {
      margin: 0 10px 40px;
    }
    .slider-wrapper .swiper-slide-button {
      display: none;
    }
  }