@import './fonts/font.css';
.health-title {
  display: flex;
  align-items: center;
}

.health-img, .support-title {
  display: flex;
  justify-content: center;
}

.support {
  width: 80%;
  margin: 100px auto;
}

.support-title {
  margin-top: 100px;
}
.support-title h3 {
  font-size: 60px;
  margin: 0;
}

.health-title {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.health-title img {
  width: 60px;
  height: 60px;
}
.health-title h5 {
  margin: 0 0 0 20px;
  font-size: 30px;
}

.health-img {
  flex-direction: column;
  border-bottom: 1px solid black;
}
.health-img img {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.support-img {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .support-title h3 {
    font-size: 5.86vw;
  }
}
@media screen and (max-width: 768px) {
  .support-title {
    margin-top: 13.02vw;
  }
  .health-title img {
    width: 7.63vw;
    height: 7.63vw;
  }
  .health-title h5 {
    font-size: 3.82vw;
  }
}
@media screen and (max-width: 600px) {
  .support-title {
    margin-top: 78px;
  }
  .health-title img {
    width: 46px;
    height: 46px;
  }
  .health-title h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .support-title h3 {
    font-size: 28.2px;
  }
}/*# sourceMappingURL=support.css.map */