.steps_section {
  background: #000;
  padding: 30px 0 200px;
  overflow: hidden;
}

.steps_section .step_item {
  position: relative;
  height: 360px;
  display: flex;
  justify-content: end;
  font-size: 22px;
}
.steps_section .step_item2,
.steps_section .step_item3 {
  justify-content: start;
}
.steps_section .step_item .img-1 {
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  bottom: -174px;
  left: 101px;
  height: 490px;
}
/* .steps_section .step_item .img-2 {
  position: absolute !important;
  right: -24px !important;
  bottom: -198px;
  height: 490px;
  z-index: 2;
} */
.steps_section .step_item .img-2 {
  z-index: 2;
  height: 490px;
  position: absolute;
  bottom: -198px;
  left: auto !important;
  right: -24px !important;
  width: 225px;
}
.steps_section .step_item .img-3 {
  bottom: -191px;
  height: 490px;
  right: 7px !important;
  width: 271px;
}
.steps_section .step_item .lady_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.steps_section .step_item .step_card {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 19px;
  background: #161616;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 12px #e20101db;
  border: 1px solid #b70000;
  border-radius: 8px;
  cursor: pointer;
}
.steps_section .step_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  background: #ffffff;
}
.steps_section .step_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.steps_section .last-icon {
  background: none !important;
}
.steps_section .step_card .card-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.steps_section .step_card .card-des {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}
.steps_section .step_item:hover .step_card {
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
}
.steps_section .section_title {
  margin-bottom: -50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .steps_section .step_card .card-title {
    font-size: 18px;
  }
  .steps_section .step_card .card-des {
    font-size: 14px;
  }
  .steps_section .step_item .step_card {
    width: 250px;
  }
  .steps_section .step_item .img-2 {
    right: -31px !important;
    bottom: -169px;
    height: 450px;
  }
  .steps_section .step_item .img-3 {
    bottom: -189px;
    height: 425px;
    right: -21px !important;
  }
  .steps_section .step_item .img-1 {
    bottom: -146px;
    left: 92px;
    height: 450px;
  }
  .steps_section .step_icon {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps_section .step_item .step_card {
    padding: 13px;
  }
  .steps_section {
    padding: 4px 0 230px;
  }
  .steps_section .step_item .step_card {
    width: 200px;
    height: 125px;
  }
  .steps_section .step_card .card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .steps_section .step_card .card-des {
    font-size: 12px;
    line-height: 1.3;
  }
  .steps_section .step_icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .steps_section .step_item .img-1 {
    bottom: -174px;
    left: 83px;
    height: 425px;
  }
  .steps_section .step_item .img-2 {
    right: -39px !important;
    bottom: -191px;
    height: 420px;
  }
  .steps_section .step_item .img-3 {
    bottom: -189px;
    height: 425px;
    right: -21px !important;
  }
  .steps_section .section_title {
    margin-bottom: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .steps_section {
    padding: 10px 0 200px;
  }
  .steps_section .step_item .step_card {
    width: 220px;
    height: 160px;
    padding: 0 10px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  }
  .steps_section .step_card .card-title {
    font-size: 18px;
  }
  .steps_section .step_card .card-des {
    font-size: 13px;
  }
  .steps_section .step_icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .steps_section .step_item .img-1 {
    height: 475px;
  }
  .steps_section .step_item .img-2 {
    right: -22px !important;
    height: 475px;
  }
  .steps_section .step_item .img-3 {
    bottom: -191px;
    height: 475px;
    right: 1px !important;
  }
  .steps_section .section_title {
    margin-bottom: -30px;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .steps_section {
    padding: 10px 0 195px;
  }
  .steps_section .step_item .step_card {
    width: 78%;
    height: 140px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  }
  .steps_section .step_card .card-title {
    font-size: 16px;
  }
  .steps_section .step_item .img-1 {
    bottom: -170px;
    left: 100px;
    height: 440px;
  }
  .steps_section .step_item .img-2 {
    right: -18px !important;
    bottom: -138px;
    height: 370px;
  }
  .steps_section .step_item .img-3 {
    bottom: -178px;
    height: 430px;
    right: 18px !important;
  }
  .steps_section .section_title {
    margin-bottom: -86px;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .steps_section {
    padding: 10px 0 140px;
  }
  .steps_section .step_item {
    height: 313px;
    max-width: 296px;
    margin: auto;
  }
  .steps_section .step_item .step_card {
    width: 214px;
    height: 120px;
    padding: 0 8px;
  }
  .steps_section .step_icon {
    width: 35px;
    height: 35px;
    font-size: 17px;
    margin-bottom: 3px;
  }
  .steps_section .step_card .card-title {
    font-size: 14px;
  }
  .steps_section .step_card .card-des {
    font-size: 11px;
    line-height: 1.3;
  }
  .steps_section .step_item .img-1 {
    bottom: -126px;
    left: 71px;
    height: 349px;
  }
  .steps_section .step_item .img-2 {
    right: -48px !important;
    bottom: -124px;
    height: 324px;
  }
  .steps_section .step_item .img-3 {
    bottom: -139px;
    height: 351px;
    right: -38px !important;
  }
  .steps_section .section_title {
    margin-bottom: -86px;
    text-align: center;
  }
}
