.greetings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.greetings .img-wrap {
  width: 400px;
}

.greetings .img-wrap img {
  width: 100%;
}

.greetings .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}

.greetings .text-area p + p {
  margin-top: 25px;
}

.greetings .text-area p:last-child {
  margin-top: 0px;
}

.btn-chkup { background-color: #dde05b; }
.btn-chkup .ico-external-link { width: 20px; height: 20px; line-height: 20px; }

.container .inner-tab-content .health-step li:first-child { background-image: url(/_res/yuhs/yi/img/patient-carer/img-health-step_1.png); background-size: 80px 162px; }
.container .inner-tab-content .health-step li:nth-child(2) { background-image: url(../../sev/img/patient-carer/img-health-step3.png); background-size: 154px 132px; background-position: center 30px; width: 250px; flex: 1 1 250px; }
.container .inner-tab-content .health-step li:nth-child(3) { background-image: url(/_res/yuhs/yi/img/patient-carer/img-health-step_3.png); background-size: 80px 162px; background-position: center top; width: 190px; flex: 1 1 190px; }
.container .inner-tab-content .health-step li:last-child { background-image: url(../../sev/img/patient-carer/img-health-step3.png); background-size: 154px 132px; background-position: center 30px; width: 250px; flex: 1 1 250px; }

@media (max-width: 1024.98px) {
	.container .inner-tab-content .health-step li:first-child { width: 50%; flex: 1 1 50%; }
	.container .inner-tab-content .health-step li:nth-child(2) { width: 50%; flex: 1 1 50%; }
	.container .inner-tab-content .health-step li:nth-child(3) { width: 50%; flex: 1 1 50%; }
	.container .inner-tab-content .health-step li:last-child { width: 50%; flex: 1 1 50%; }
}

@media (max-width: 767.98px) {
	.container .inner-tab-content .health-step li:first-child { width: 100%; flex: 1 1 100%; padding-top: 185px; }
	.container .inner-tab-content .health-step li:nth-child(2) { width: 100%; flex: 1 1 100%; padding-top: 185px; }
	.container .inner-tab-content .health-step li:nth-child(3) { width: 100%; flex: 1 1 100%; padding-top: 185px; }
	.container .inner-tab-content .health-step li:last-child { width: 100%; flex: 1 1 100%; padding-top: 185px; }
}

@media (max-width: 1024.98px) {
  .greetings {
    display: block;
  }
  .greetings .img-wrap {
    width: 100%;
    text-align: center;
  }
  .greetings .img-wrap img {
    width: auto;
  }
  .greetings .text-area {
    padding-left: 0;
  }
  .greetings .text-area p + p {
    margin-top: 15px;
  }
  .greetings .text-area p:first-child {
    margin-top: 16px !important;
  }
}


.img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.img-list-wrap li {
  width: calc(16.667% - 30px);
  margin: 15px;
  text-align: center;
}

.img-list-wrap li .img-subject {
  margin-top: 10px;
}

@media (max-width: 1024.98px) {
  .img-list-wrap {
    margin: -7.5px;
  }
  .img-list-wrap li {
    width: calc(33.333% - 15px);
    margin: 7.5px;
  }
}

@media (max-width: 767.98px) {
  .img-list-wrap li {
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}