.carousel-container .banner-img {
  background-image: url("https://oss-official-website.doorunhealth.com/assets/deep-breathing-banner.png");
}
.product-hero-section{
  width: 1300px;
  margin: 0 auto;
}
.therapy-box {
  width: 1300px;
  margin: 110px auto 0;
  height: 684.38px;
}
.therapy-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}

.breathing-space {
  width: 1300px;
  margin: 106px auto 0;
}
.breathing-space .title {
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}
.breathing-space .title::after {
  content: "";
  margin-top: 16px;
  display: block;
  width: 83px;
  height: 4px;
  background: linear-gradient(90deg, #FFC600 0%, rgba(255, 198, 0, 0.6) 100%);
  border-radius: 1px;
}
.breathing-space .content {
  margin-bottom: 40px;
  height: 600.68px;
}
.breathing-space .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}/*# sourceMappingURL=deep-breathing.css.map */
@media (max-width: 1024px) {
  .product-hero-section{
    width: 100%;
  }
  .therapy-box {
height: auto;
width: 100%;
    margin-top: 35px;
    padding: 0 15px;
  }
  .therapy-box img{
height: auto;
  }
  .breathing-space {
    width: 100%;
    margin-top: 38px;
  }
  .breathing-space .title{
    font-size: 16px;
    text-align: center;
  }
  .breathing-space .title::after{
    margin: 0 auto;
  }
  .breathing-space .content{
    height: auto;
  }
.breathing-space .content img{
  height: auto;
  background-size: cover;
}
 .phone-img{
  background-image: url("https://oss-official-website.doorunhealth.com/assets/product-mobile-takeadeepbreath.png");
  }
}

