/*
 * @Descripttion: tms
 */

.pm-advantages-item {
  width: 20%;
}
.info-right {
  align-self: center;
}
.pm-use-item {
  width: 24%;
  text-align: center;
}

.hrv-info-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.hrv-info-img img {
  width: 60%;
}
/* 自主神经功能失调 */
.hrv-symptom-bg {
  background: url('../img/assets/common/bg.png') no-repeat;
  padding: 2rem 3rem;
  background-size: cover;
  margin: 20px 0;
}
.hrv-symptom-bg ul {
  display: flex;
  flex-wrap: wrap;
}
.hrv-symptom-item {
  width: 50%;
}
.hrv-symptom-bg h2,
.hrv-symptom-bg h3 {
  color: #b4a48a;
}
.hrv-symptom-bg h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.hrv-symptom-bg h3 {
  font-size: 24px;
}

.hrv-symptom-bg h3 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #ee1d23;
}
.hrv-symptom-bg p {
  font-size: 14px;
  color: #4a4646;
  margin: 15px 0 20px;
}
@media screen and (max-width: 768px) {
  .pm-advantages-item,
  .pm-use-item,
  .hrv-info-img img {
    width: 100%;
  }
  
  .hrv-symptom-bg{
    padding: 20px;
  }
  .hrv-symptom-bg h2{
    font-size: 18px;
  }
  .hrv-symptom-bg h3{
    font-size: 16px;
  }
  .hrv-symptom-item{
    padding-right: 10px;
    box-sizing: border-box;
  }
}
