.s2e-services-fb436dcc {
  position: relative;
  width: 100%;
}
.s2e-services-fb436dcc * {
  box-sizing: border-box;
}
.s2e-services__head-fb436dcc {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 56px;
}
.s2e-services__title-fb436dcc {
  margin: 0 0 22px;
  line-height: 1;
}
.s2e-services__lede-fb436dcc {
  margin: 0 auto;
  max-width: 920px;
  line-height: 1.7;
}
.s2e-svc-grid-fb436dcc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.s2e-svc-fb436dcc {
  position: relative;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.s2e-svc-fb436dcc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(8,12,18,.85) 0%,
    rgba(8,12,18,.55) 28%,
    rgba(8,12,18,.12) 50%,
    rgba(8,12,18,0) 70%);
  pointer-events: none;
  z-index: 1;
}
.s2e-svc__overlay-fb436dcc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 24px;
}
.s2e-svc__name-fb436dcc {
  margin: 0 0 8px;
  line-height: 1.15;
}
.s2e-svc__num-fb436dcc {
  margin-right: 4px;
}
.s2e-svc__desc-fb436dcc {
  margin: 0;
  max-width: 300px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .s2e-svc-grid-fb436dcc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .s2e-svc-grid-fb436dcc {
    grid-template-columns: 1fr;
  }
  .s2e-svc-fb436dcc {
    aspect-ratio: 4/3;
  }
}