.homehealing_sec {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 1600px) {
  .homehealing_sec {
    padding: 150px 0;
  }
}
.homehealing_sec .bg_image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.homehealing_sec .bg_image figure:not(.mobile-figure) {
  width: 100%;
  height: 100%;
}
.homehealing_sec .bg_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
.homehealing_sec .hearticon {
  margin-left: 0;
}
.homehealing_sec .title-wrap {
  margin-bottom: 40px;
  width: 100%;
  max-width: 90%;
}
.homehealing_sec .title-wrap .title-primary {
  margin-bottom: 20px;
  color: #fff;
  max-width: 16ch;
}
@media (min-width: 1600px) {
  .homehealing_sec .title-wrap .title-primary {
    margin-bottom: 35px;
  }
}
.homehealing_sec .title-wrap p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1600px) {
  .homehealing_sec .title-wrap p {
    font-size: 17px;
  }
}
.homehealing_sec .customcard {
  padding: 25px;
  background-color: #FFD29F;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 435px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .homehealing_sec .customcard {
    margin-left: auto;
  }
}
.homehealing_sec .customcard figure {
  padding-bottom: 56%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.homehealing_sec .customcard .title-primary {
  font-size: 28px;
  max-width: 12ch;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .homehealing_sec .customcard .title-primary {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .homehealing_sec .customcard .title-primary {
    font-size: 40px;
  }
}
.homehealing_sec .customcard .price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .homehealing_sec .customcard .price {
    font-size: 17px;
  }
}
.homehealing_sec .customcard .description {
  color: rgb(0, 0, 0);
  font-size: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1600px) {
  .homehealing_sec .customcard .description {
    font-size: 17px;
  }
}