.website_steps {
  padding: 100px 0;
  position: relative;
}
.website_steps .section_head {
  margin-bottom: 70px;
}
.website_steps .content {
  position: relative;
  min-height: 800px;
}
.website_steps .content .imgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  height: 800px;
  overflow: hidden;
  background-color: #D6EDE6;
  pointer-events: none;
}
.website_steps .content .imgs .imgs_cont {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.website_steps .content .imgs .imgs_cont .img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 15vw;
  width: 15vw;
}
.website_steps .content .imgs .imgs_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.website_steps .content .imgs .img_slider_1 {
  height: 17vw;
}
.website_steps .content .img_slider_1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.website_steps .info .text {
  font-size: 18px;
  margin-bottom: 50px;
}
.website_steps .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.website_steps .info ul li .icon {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website_steps .info ul li .icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.website_steps .info ul li .cont h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.website_steps .info ul li .cont p {
  color: #3E4348;
  font-size: 14px;
}
.website_steps .info .butn {
  margin-top: 40px;
}