.manufacture_step {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .manufacture_step {
    padding: 30px 0;
  }
}
.manufacture_step:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.manufacture_step-count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.manufacture_step-count span {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .manufacture_step-content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .manufacture_step-title {
    font-size: 34px;
  }
}
.manufacture_step-video {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.manufacture_step-video video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
	padding: 20px;
}
@media screen and (min-width: 768px) {
  .manufacture_step-video {
    margin-top: 0;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    
  }
  .manufacture_step-video video {
 padding: 0;   
  }
}
@media screen and (min-width: 992px) {
  .manufacture_step-video {
    min-height: 382px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1200px) {
  .manufacture_step-video {
    min-height: 400px;
  }
}
.manufacture_step-video:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.manufacture_step-video::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
}

.manufacture_step-description {
  max-width: 535px;
}

@media (min-width: 768px) {
  .manufacture_step-video video {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .manufacture_step-description {
    margin-top: 30px;
  }
}

.manufacture_step-count span {
  margin-top: 12px;
  font-weight: 300;
  font-family: 'Manrope', sans-serif;
}

.autoplay-progress svg {
--progress-speed: 1s;
position: absolute;
left: 0;
top: 0;
z-index: 10;
width: 100%;
height: 100%;
stroke-width: 1px;
stroke: var(--swiper-theme-color);
fill: none;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}