/* ===============================================================================
Home healthcare
=============================================================================== */
/* home-section
========================= */
/* home-sec-1 */
.home-sec-1 {
  padding: 36px 0 150px;
}
.home-sec-1 .blks-1 {
  margin-bottom: 84px;
}
.home-sec-1 .blks-1 .heading {
  margin-bottom: 84px;
}
.home-sec-1 .blks-1 .txt {
  text-align: center;
}
.home-sec-1 .blks-1 .txt em {
  font-size: 1.125rem;
  line-height: 2.23;
  font-weight: 700;
}
.home-sec-1 .blks-2 {
  margin-bottom: 95px;
}
.home-sec-1 .blks-2 .heading {
  margin-bottom: 44px;
}
.home-sec-1 .blks-2 .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-sec-1 .blks-2 .media__image {
  width: 39.063%;
  margin-right: 30px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-align: center;
}
.home-sec-1 .blks-2 .media__image img {
  width: 100%;
}
.home-sec-1 .blks-2 .media__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -13px;
}
.home-sec-1 .blks-2 .media__txt {
  max-width: 500px;
  margin-left: auto;
}
.home-sec-1 .blks-3 {
  margin-bottom: 86px;
}
.home-sec-1 .blks-3 .heading {
  margin-bottom: 32px;
}
.home-sec-1 .blks-3 .list__item {
  padding-left: 1em;
  position: relative;
}
.home-sec-1 .blks-3 .list__item::before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: 0;
  background: #ff9634;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.home-sec-1 .blks-4 .heading {
  margin-bottom: 44px;
}
.home-sec-1 .blks-4 .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-sec-1 .blks-4 .media__image {
  width: 39.063%;
  margin-left: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.home-sec-1 .blks-4 .media__image img {
  width: 100%;
}
.home-sec-1 .blks-4 .media__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: -13px;
}
.home-sec-1 .blks-4 .media__txt {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .home-sec-1 {
    padding: 48px 0 64px;
  }
  .home-sec-1 .blks-1 {
    margin-bottom: 48px;
  }
  .home-sec-1 .blks-1 .heading {
    margin-bottom: 32px;
  }
  .home-sec-1 .blks-1 .txt em {
    font-size: 1rem;
  }
  .home-sec-1 .blks-2 {
    margin-bottom: 48px;
  }
  .home-sec-1 .blks-2 .heading {
    margin-bottom: 24px;
  }
  .home-sec-1 .blks-2 .media {
    display: block;
  }
  .home-sec-1 .blks-2 .media__image {
    width: auto;
    margin: 0 0 24px;
  }
  .home-sec-1 .blks-2 .media__dtl {
    margin-top: 0;
  }
  .home-sec-1 .blks-2 .media__txt {
    max-width: none;
  }
  .home-sec-1 .blks-3 {
    margin-bottom: 48px;
  }
  .home-sec-1 .blks-3 .heading {
    margin-bottom: 24px;
  }
  .home-sec-1 .blks-3 .list__item::before {
    width: 8px;
    height: 8px;
  }
  .home-sec-1 .blks-4 .heading {
    margin-bottom: 24px;
  }
  .home-sec-1 .blks-4 .media {
    display: block;
  }
  .home-sec-1 .blks-4 .media__image {
    width: auto;
    margin: 0 0 24px;
  }
  .home-sec-1 .blks-4 .media__dtl {
    margin-top: 0;
  }
  .home-sec-1 .blks-4 .media__txt {
    max-width: none;
  }
}