.process {
  padding: 2rem 0;
}
.process__slider {
  overflow: visible;
  margin-top: 3.25rem;
}
.process__slide img {
  width: 100%;
}
.process__pagination {
  position: static;
  top: auto;
  width: 100%;
  background: #e1e1e1;
  border-radius: 6.25rem;
  overflow: hidden;
  height: 0.25rem;
  margin-top: 1.5rem;
}
.process__pagination .swiper-pagination-progressbar-fill {
  background: #39bc28;
}
.process_play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 575.98px) {
  .process {
    padding: 4rem 0;
  }
}
@media (min-width: 991.98px) {
  .process__slider {
    margin-top: 6.25rem;
  }
  .process__pagination {
    margin-top: 3.12rem;
  }
}
@media (min-width: 1439.98px) {
  .process {
    padding: 6.25rem 0;
  }
}
