.swiper {
  width: 100%;
  height: 100%;
  .swiper-slide {

  }
  .btn--swiper {
    padding: 0;

    background: none !important;
    border: none;
    color: var(--primary) !important;

    i {
      font-size: calc(var(--font-size-base) * 2.5);
    }

    &:hover {
      color: var(--white) !important;
    }
    &:focus, &:active {
      background: none !important;
    }
    &:after {
      content: '';
    }
  }
}