  .swiper-slide .cms-portarch-carousel__backdrop {
      background: linear-gradient(178.35deg, rgba(36, 36, 36, 0.18) 0.8%, rgba(36, 36, 36, 0.6) 95.8%);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }

  .swiper-pagination-bullet {
      height: 4px;
      width: 30px;
      margin: 0 3px;
      border: none;
      border-radius: 4px;
      opacity: .2;
      background-color: #e5e5e5;
      transition: opacity 0.5s ease-in-out;
  }

  .swiper-pagination-bullet-active {
      opacity: 1;
  }

  .swiper-button-next {
      width: 48px;
      height: 48px;
      background: none;
      z-index: 10;
  }

  .swiper-button-prev {
      width: 48px;
      height: 48px;
      background: none;
      z-index: 10;
  }

  .cms-portarch-carousel__fade {
      height: 100%;
      top: 0;
      width: 60px;
      display: block;
      position: absolute;
      z-index: 9;
  }

  .cms-portarch-carousel__fade span {
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: rgb(255, 255, 255);
  }

  .cms-portarch-carousel__fade--start {
      background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
      right: calc(100% - 60px);
  }

  .cms-portarch-carousel__fade--end {
      background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
      left: calc(100% - 60px);
  }

  .cms-portarch-carousel__fade--start span {
      right: 100%;
  }

  .cms-portarch-carousel__fade--end span {
      left: 100%;
  }

  .services-container {
      background: url("../img/bg.webp");
      background-size: cover;
      background-position: center;
  }

  .service-item .service-img img {
      transition: all 0.5s ease-in-out;
  }

  .service-item .service-content svg {
      transition: all 0.5s ease-in-out;
  }

  .service-item:hover .service-img img {
      transform: scale(1.1);
  }

  .service-item:hover .service-content h4 {
      text-decoration: underline;
      color: #b61a37;
      text-underline-offset: 6px;
  }

  .service-item:hover .service-content svg {
      transform: translateX(10px);
  }

  .careers-container{
    background:url("../img/careers/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .careers-container .cms-portarch-carousel__backdrop {
      background: linear-gradient(178.35deg, rgba(36, 36, 36, 0.18) 0.8%, rgba(36, 36, 36, 0.6) 95.8%);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }


  @media (min-width:848px) {
      .services-swiper .swiper-button-next {
          transform: translateX(100%);
      }

      .services-swiper .swiper-button-prev {
          transform: translateX(-100%);
      }

  }

  @media (max-width: 848px) {
      .services-swiper {
          margin-top: 60px;
      }

      .services-swiper .swiper-container-2 {
          padding-top: 10px;
      }

      .services-swiper .swiper-button-next {
          transform: translateY(-100%);
          top: 0px;
          margin-top: 0px;
          background-color: #e5e5e5;
          background-color: #e5e5e5;
          border-radius: 50%;
      }

      .services-swiper .swiper-button-prev {
          transform: translateY(-100%);
          top: 0px;
          margin-top: 0px;
          background-color: #e5e5e5;
          border-radius: 50%;
      }
  }