.Services img {
  width: 35%;
}

.Services li {
  list-style: disc;
}

.Outsourcing-Teams.site-container {
  background: var(--color-400);
}

.Outsourcing-Teams {
  padding: 2.625rem 1.6rem;
}

.Outsourcing-Teams .how-slide {
  border-radius: 5px;
  perspective: 1000px;
  width: calc((100% / 4) - 72px);
}

.Outsourcing-Teams .img-container {
  width: 100px;
  height: 100px;
  background: var(--color-500);
  border-radius: 5px;
}

.Outsourcing-Teams .img-container img {
  width: 60px;
  height: 60px;
}

.card {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  background: var(--white);
  gap: 8px;
  padding: 1.875rem;
}

.card h4 {
  font-size: 1.2rem;
}

.Button-section.site-container {
  background-color: var(--netu-50);
}

@media (width <= 992px) {
  .Services img {
    width: 100%;
  }
  .Outsourcing-Teams .how-slide {
    width: calc((100% / 2) - 48px);
  }
}

@media (width <= 576px) {
  .Outsourcing-Teams .how-slide {
    width: calc(100% - 24px);
  }
}
