
.swiper-services .swiper-button-next,
.swiper-services .swiper-button-prev {
  color: var(--color-white);
}
.swiper-services {
  max-width: calc(100vw - 32px);
  margin-left: auto;
  margin-right: auto;
  overflow: visible !important;
}
.slider-container {
  margin-top: 50px;
  overflow: clip;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(241,243,243,1) 50%);
}

@media all and (min-width: 1000px) {
  .swiper-services .swiper-wrapper {
    display: flex;
    max-width: calc(100vw - 64px);
    margin: auto;
  }
  .swiper-services .button {
    display: none;
  }
  .swiper-wrapper:hover .services:not(:hover) .services__content,
  .push-icons__services:hover .services:not(:hover) .services__content {
    opacity: 0;
  }
  .swiper-services {
    max-width: unset;
  }
  .slider-container {
    margin-top: 230px;
    overflow: clip;
    padding-bottom: 9rem;
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(241,243,243,1) 50%);
  }
}


