.healings_sec {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .healings_sec {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .healings_sec {
    padding: 150px 0;
  }
}
.healings_sec .title-wrap {
  width: 100%;
  max-width: 1027px;
  margin: auto;
  margin-bottom: 40px;
}
.healings_sec .title-wrap .title-primary {
  margin-bottom: 20px;
}
.healings_sec .title-wrap p {
  font-weight: 500;
}
@media (min-width: 1599px) {
  .healings_sec .title-wrap p {
    font-size: 18px;
  }
}
.healings_sec .title-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 55px;
  font-family: "Neulis";
  color: #000;
}
@media (min-width: 768px) {
  .healings_sec .title-wrap h3 {
    margin-left: auto;
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .healings_sec .title-wrap h3 {
    font-size: 40px;
  }
}
.healings_sec .healings_cardwrapper {
  width: 100%;
  margin-inline: auto;
}
.healings_sec .healings_cardwrapper .row {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .healings_sec .healings_cardwrapper .row {
    --bs-gutter-x: 30px;
  }
}
.healings_sec .healings_cardwrapper .healbc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .healings_sec .healings_cardwrapper .healbc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.healings_sec .healings_cardwrapper .healings_card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #FFFFFF;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #F4E4C4;
}
@media (min-width: 1200px) {
  .healings_sec .healings_cardwrapper .healings_card {
    padding: 70px 25px;
  }
}
.healings_sec .healings_cardwrapper .healings_card .card_image {
  width: 100%;
  position: relative;
}
.healings_sec .healings_cardwrapper .healings_card .card_image figure {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 0px;
}
.healings_sec .healings_cardwrapper .healings_card .card_image figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.healings_sec .hero-image1 {
  position: absolute;
  top: 0%;
  left: 5%;
  z-index: -1;
  width: 90px;
  height: 105px;
  max-width: 10%;
  pointer-events: none;
}
@media (min-width: 992px) {
  .healings_sec .hero-image1 {
    top: 5%;
    left: 25%;
  }
}
.healings_sec .hero-image1 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.healings_sec .hero-image2 {
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: -1;
  width: 300px;
  height: 225px;
  max-width: 25%;
  pointer-events: none;
}
@media (min-width: 992px) {
  .healings_sec .hero-image2 {
    top: 20%;
  }
}
.healings_sec .hero-image2 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}