 .Health_why_less_only_hc_section {
    background-color: #fbe0b3;
    padding: 70px 0 0 0;

    position: relative;
    overflow: hidden;
  }

  .Health_why_less_only_hc_bottom_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .Health_why_less_only_hc_container {
    position: relative;
    z-index: 2;
  }

  .Health_why_less_only_hc_title {
       margin-bottom: 10px;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
  }

  .Health_why_less_only_hc_subtitle {
        margin-bottom: 60px;
    font-size: 28px;
    font-weight: 500;
    line-height: 2.7rem;
    color: #000000;
  }

  .Health_why_less_only_hc_product_img {
    max-width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    margin-bottom: -20px;
  }

  .Health_why_less_only_hc_icon_box {
    width: 100px;
    height: 100px;
    border: 1.5px solid #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
        background: #FFCD7A;
  }

  .Health_why_less_only_hc_icon_img {
    width: 60px;
    height: auto;
    object-fit: contain;
  }

  .Health_why_less_only_hc_icon_text {
  line-height: 1.4;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
  }

  .Health_why_less_only_hc_item {
    margin-bottom: 40px;
  }

  @media (max-width: 991px) {
    .Health_why_less_only_hc_section {
      padding: 50px 0 0 0;
    }
    .Health_why_less_only_hc_title {
      font-size: 26px;
    }
    .Health_why_less_only_hc_subtitle {
      font-size: 18px;
      margin-bottom: 40px;
    }
    .Health_why_less_only_hc_icon_box {
      width: 85px;
      height: 85px;
      margin-bottom: 15px;
    }
    .Health_why_less_only_hc_icon_img {
      width: 40px;
    }
    .Health_why_less_only_hc_icon_text {
      font-size: 13px;
    }
    .Health_why_less_only_hc_product_img {
      margin-top: 20px;
      max-height: 450px;
    }
    .Health_why_less_only_hc_item {
      margin-bottom: 30px;
    }
  }