.btsSwiper.swiper {
  width: 100%;
  padding-left: calc((100vw - 1480px) / 2);
}
.btsSwiper {
  .swiper-slide {
    display: flex;
    justify-content: flex-start;
  }

  /* .swiper-slide:not(.swiper-slide-active) .card {
    background: white;
    background-image: none !important;

    transition: all 0.3s ease-in-out;
  } */

  /* .swiper-slide.swiper-slide-active,
  .swiper-slide.swiper-slide-active p {
    color: white;
  } */

  /* card widths */

  .swiper-slide {
    width: 600px !important; /* default width */
    transition: width 0.3s;
  }

  .swiper-slide.swiper-slide-next {
    width: 400px !important; /* wider active slide */
  }

  .swiper-slide.swiper-slide-next + .swiper-slide {
    width: 400px !important; /* wider active slide */
  }
  .swiper-slide.swiper-slide-active {
    width: 600px !important; /* wider active slide */
  }

  @media (max-width: 600px) {
    .swiper-slide {
      width: 100% !important; /* full width on mobile */
    }
    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-active {
      width: 100% !important; /* full width on mobile */
    }
  }

  .swiper {
    cursor: grab;
  }
  .swiper:active {
    cursor: grabbing;
  }

  .hide-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100vw - 1480px) / 2);
    height: 100%;
    background: white;
    z-index: 2;
    pointer-events: none;
  }

  section.swiper-pagination {
    display: flex;
    gap: 10px;
    bottom: 0px;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }

  .swiper-container-wrapper {
    position: relative;
    padding: 2rem 0;
  }

  .swiper-button-next {
    color: var(--e-global-color-primary);
    width: 100px;
    height: 150px;
    box-shadow: none;
    position: relative;
  }
  .swiper-button-prev {
    color: var(--e-global-color-secondary);
    width: 100px;
    height: 150px;
    box-shadow: none;
    position: relative;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
    display: none;
  }

  .top-ctr {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card {
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    border-radius: 20px;
    background: white;
    /* cursor: grab; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 335px;
    transition: all 0.3s ease-in-out;
    color: white;
  }

  .card p {
    margin: 0;
    color: white;
  }

  .card a {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card.no-img p {
    color: black;
  }
  .card.no-img a {
    color: black;
  }

  .card.no-img {
    color: black;
    border: 1px solid var(--e-global-color-6427194);
  }

  p.title {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.5rem;
  }

  p.excerpt {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
  }

  .card .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  time {
    background: white;
    color: black;
    border-radius: 50px;
    font-size: 0.75rem;
    font-family: "jakarta-var", sans-serif;
    padding: 2px 10px;
    display: inline-block;
    align-self: flex-start;
  }

  .card:active {
    /* cursor: grabbing; */
  }

  h3 {
    font-family: "jakarta-var", sans-serif;
    color: black;
    font-size: 1.8rem;
    font-weight: 400;
  }

  p {
    color: black;
    font-family: "jakarta-var", sans-serif;
  }

  .testimonial {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .testimonial img {
    width: 40px;
    height: 40px;
  }

  .person {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .person p {
    margin: 0;
  }

  .person p.role {
    font-family: "jakarta-var", Sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: var(--e-global-color-secondary);
  }
}
