.interior_design_steps {
  background: #f1f1f1;
  padding: 80px 0 50px;
}
.interior_design_steps_cnt {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}
.interior_design_steps_cnt h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 20px 0;
}
.interior_design_steps_cnt>p {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 180px;
  margin: 0 auto;
}
.interior_design_steps_cnt .design_steps_list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.design_steps_list li {
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top left;
  margin-bottom: 50px;
}
.design_steps_list li h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.img_list p {
  font-size: 18px;
  color: #132549;
}
.img_list img {
  border-radius: 25px;
}
.step_05_container h3 {
  margin-top: 20px;
}
.design_re_links a {
  display: inline-block;
  padding: 8px 8px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: Lato, sans;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid #132549;
  border-radius: 8px;
  background-color: #132549;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  border-color: #ffbd59;
  background-color: #ffbd59;
  color: #132549;
  min-width: 220px;
  height: 40px;
}
.watch_in_motion, .how_we_match, .meet_the_shopping, .our_packages_explained {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 201;
  box-shadow: 0 0 0 9999px rgb(0 0 0 / 80%);
}
.watch_in_motion iframe, .how_we_match iframe, .meet_the_shopping iframe, .our_packages_explained iframe {
  width: 100%;
  height: 80%;
  max-height: 90% !important;
  border: 20px solid #fff;
  left: 50%!important;
  transform: translateX(-50%);

}
@media screen and (max-width: 1022px) { 
  .design_steps_list img {
    height: auto !important;
  }
}
@media screen and (min-width: 1023px) { 
  .interior_design_steps_cnt {
    width: 90vw;
    position: relative;
  }
  .design_steps_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .design_steps_list:after {
    position: absolute;
    background: #000
      content: ' ';
    bottom: -10px;
    width: 80%;
    height: 2px;
    left: 50%;
    transform: translatex(-50%);
  }
  .design_steps_list li {
    width: 50%
  }
  .img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .img_list>div {
    width: 30%
  }
  .img_list p {
    font-size: 30px;
    color: #132549;
  }
  .read_text {
    margin-top: 50px;
  }
  .design_re_links a:first-child {
    margin-right: 20px;
  }
  .vertical_line {
    background-color: #a6a6a6;
    position: absolute;
    height: 2190px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    top: 115px;
  }
  .design_steps_list li {
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top left;
    margin-bottom: 50px;
  }
  .design_steps_list li:nth-child(2n) {
    margin-top: 198px;
  }

  .design_steps_list li h3 {
    max-width: 263px;
    margin: 15px auto;
    font-size: 28px;
  }
  .design_steps_list li h3+p {
    max-width: 350px;
    margin: 15px auto;
    font-size: 16px;
  }


}