#services {
  margin-top: 5.5em;
  max-width: 100%;
  width: 50rem;
  clip-path: inset(0 0 0 -100%);
}

@media (min-width: 900px) {
  #services {
    margin-left: -2.5rem;
  }
}

#services .service {
  position: relative;
  display: grid;
  grid-template-columns: 100% 100%;
  /*
		@media not all and (pointer: coarse){
			&:hover{
				.col{
					margin-left: -100%;
				}
			}
		}
		*/
}

#services .service .col:first-child {
  display: grid;
  grid-template-columns: 2.5rem auto;
  margin-bottom: 5.5em;
}

#services .service .num {
  font-size: 1.25rem;
  margin-top: 1rem;
  line-height: 1;
  font-size: 0.75rem;
}

@media (min-width: 900px) {
  #services .service .num {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #services .service .num {
    font-size: 1.25rem;
  }
}

#services .service h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
  font-size: 10vw;
}

@media (min-width: 900px) {
  #services .service h2 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  #services .service h2 {
    font-size: 5.675rem;
  }
}

#services .service p {
  max-width: 20em;
  padding-left: 2.5rem;
  font-weight: 500;
}

#services .service .col {
  transition: margin-left 500ms ease-in-out;
  width: 100%;
}

#services .service:hover:not(.closed) .col, #services .service.open .col {
  margin-left: -100%;
}

#departments .stage {
  padding: 20px 0 60px;
}

#departments .carousel-title {
  position: absolute;
  left: 36px;
  margin: 0;
  top: 136px;
  font-size: 2rem;
  font-weight: 900;
}

@media (min-width: 1200px) {
  #departments .carousel-title {
    font-size: 3.625rem;
  }
}

#departments .slick-track {
  display: flex;
}

#departments .slick-dots li {
  list-style: none;
  padding: 4px 0;
  margin-right: 1.5em;
}

#departments .slick-dots li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1200px) {
  #departments .slick-dots li a {
    font-size: 1rem;
    font-weight: 400;
  }
}

#departments .slide {
  display: flex;
  height: auto;
  margin-right: 24px;
  flex-direction: column;
}

@media (min-height: 34rem) {
  #departments .slide {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  #departments .slide {
    padding-right: 100px;
  }
}

#departments .slide h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.25em;
}

@media (min-width: 1200px) {
  #departments .slide h2 {
    font-size: 3.625rem;
    margin-top: 0.5em;
  }
}

#departments .slide h3 {
  margin: 0;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.5rem;
}

@media (min-width: 900px) {
  #departments .slide h3 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  #departments .slide h3 {
    font-size: 3rem;
  }
}

#departments .slide h3.big {
  font-size: 1.75rem;
}

@media (min-width: 900px) {
  #departments .slide h3.big {
    font-size: 2.625rem;
  }
}

@media (min-width: 1200px) {
  #departments .slide h3.big {
    font-size: 3.5rem;
  }
}

#departments .slide h3.bigger {
  font-size: 2rem;
}

@media (min-width: 900px) {
  #departments .slide h3.bigger {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  #departments .slide h3.bigger {
    font-size: 4rem;
  }
}
