.iiShare .steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  margin-top: 60px;
}

.iiShare .steps .vid-wrapper {
  padding: 0 15px;
  max-width: 1048px;
  margin: auto;
}
.iiShare .steps .vid-wrapper h2 {
  margin: 100px auto 40px auto;
  max-width: 775px;
  text-align: center;
}

.iiShare .steps .vid_container {
  border-radius: 7px;
  position: relative;
  padding: 0;
}
.iiShare .steps .vid_container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iiShare .steps .vid_container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.iiShare .steps .vid_container .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.iiShare .steps .vid_container .play-button img {
  width: 156px;
  height: 156px;
}
.iiShare .steps .vid_container .video-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 130px;
  left: 120px;
  z-index: 2;
}
.iiShare .steps .vid_container .video-info span:first-of-type {
  color: #ff6f00;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}
.iiShare .steps .vid_container .video-info span:last-of-type {
  color: white;
  font-size: 32px;
  font-weight: 700;
  word-wrap: break-word;
}

.iiShare .steps .steps-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.iiShare .steps .steps-map .step {
  width: 100%;
  max-width: 400px;
  padding: 45px 50px 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 20px;
  justify-content: flex-start;
  min-height: 525px;
}
.iiShare .steps .steps-map .step:nth-child(odd) {
  background: #f2f2f2;
}
.iiShare .steps .steps-map .step:nth-child(even) {
  border: 3px dashed #e6e8ea;
  background: #fff;
}
.iiShare .steps .steps-map .step h4 {
  margin-top: 36px;
  margin-bottom: 20px;
}

.iiShare .steps .steps-map .step .img-container {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto;
}

.iiShare .steps .steps-map .step .img-container img {
  width: 100%;
  height: 100%;
}
