@import url("https://ch-api.healthhub.sg/api/public/content/83fab8568b1545e59795f1de8076b94f");
@media (min-width: 768px) {
  .mindsg .mindsg-container .age-group-navbar {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .mindsg .mindsg-container .tab-preschool .what-sleep-is-like .img-area img {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(1.32);
        -ms-transform: scale(1.32);
            transform: scale(1.32);
  }
}

.mindsg .mindsg-container .what-sleep-is-like-primary .poor-sleep-affect .card .card-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.mindsg .mindsg-container .what-sleep-is-like-primary .poor-sleep-affect .card .card-content .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}
@media (max-width: 1280px) {
  .mindsg .mindsg-container .what-sleep-is-like-primary .poor-sleep-affect .card .card-content .image {
    width: 6.25vw;
  }
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .what-sleep-is-like-primary .poor-sleep-affect .card .card-content .image {
    width: 15vw;
  }
}
.mindsg .mindsg-container .what-sleep-is-like-primary .poor-sleep-affect .card .card-content .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .what-sleep-is-like-primary .signs-of-poor-sleep .signs-of-poor-sleep-slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.mindsg .mindsg-container .what-can-we-do .baby-log {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .mindsg .mindsg-container .what-can-we-do .baby-log {
    padding: 15px;
  }
}
.mindsg .mindsg-container .what-can-we-do .illustration.bottom-right {
  width: 33vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mindsg .mindsg-container .what-can-we-do .illustration.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.625vw;
  }
}
@media (min-width: 1280px) {
  .mindsg .mindsg-container .what-can-we-do .illustration.bottom-right {
    width: 200px;
  }
}

.mindsg .mindsg-container .yellow-btn {
  display: inline-block;
  background-color: #FDE36A;
  color: #000;
  border-radius: 1000px;
  padding: 0.5em 1.5em;
  min-width: 224px;
  text-decoration: none;
}