.services {
  background: none;
  padding: 20px 20px 0 0;
}

.services .service-home {
  gap: 22px;
  width: 100%;
  padding: 0;
  flex-direction: row;
  display: flex;
}

.services .service-home:before,
.services .sh-block:before,
.services .promiss_spacer,
.services .promiss_overlay {
  display: none;
}

.services .sh-block,
.services .sh-block.p2,
.services .sh-block.p3 {
  background: #fff;
  border: 1px solid #173b3d24;
  border-radius: 0;
  clip-path: none;
  flex-direction: column;
  flex: 1 1 0;
  align-items: stretch;
  width: 0;
  min-width: 0;
  height: auto;
  min-height: 470px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 7px 7px 0 #173b3d14;
  transform: none;
}

.services .sh-left {
  background: #fff;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 28px 24px;
}

.services .sh-number {
  color: #2c858a;
  background: none;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Georgia, 'Yu Mincho', serif;
  font-size: 14px;
  line-height: 1;
  text-indent: 0;
}

.services .sh-title {
  color: #173b3d;
  margin: 0;
}

.services .promiss_text_area,
.services .promiss_text_area.promiss_bg1,
.services .promiss_text_area.promiss_bg2,
.services .promiss_text_area.promiss_bg3 {
  border-radius: 0;
  flex: 1;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  background-position: center;
}

.services .promiss_text_area:after {
  content: '';
  z-index: 1;
  background: linear-gradient(180deg, #071a1c14 15%, #071a1ceb 100%);
  position: absolute;
  inset: 0;
}

.services .paragraph-2 {
  z-index: 2;
  color: #fff;
  text-shadow: none;
  margin: 0;
  padding: 28px;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .services .service-home {
    gap: 18px;
    padding: 0 0 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .services .sh-block,
  .services .sh-block.p2,
  .services .sh-block.p3 {
    flex: 0 0 310px;
    width: 310px;
    min-width: 310px;
    min-height: 450px;
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 479px) {
  .services .service-home {
    gap: 14px;
  }

  .services .sh-block,
  .services .sh-block.p2,
  .services .sh-block.p3 {
    flex-basis: 285px;
    width: 285px;
    min-width: 285px;
  }

  .services .sh-left {
    padding: 26px 24px 20px;
  }

  .services .paragraph-2 {
    padding: 24px;
    font-size: 13px;
  }
}
