.Switcher.site-container {
  background-color: var(--bacground);
}


  .swiper-digital {
  height: 774px;
  }

.side-img img {
  width: 18%;
}

a.side-img-link {
  color: var(--color-400);
}



@media (width <= 992px) {
  .swiper-digital {
  height: auto;
  }
  .side-img img {
  width: 40%;
}

}
@media (width <= 786px) {
  .sidebar-service {
    flex-direction: column;
    gap: 0;
  }
}