.title {
    font-size: 30px;
    padding-top: 75px;
    text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
  }

  @media screen and (max-width: 500px) {
    .title {
      font-size: 20px;
      padding-top: 35px;
    }
    .content {
      font-size: 18px;
    }
  }
  
.label-content {
  font-size: 14px;
}

.label-title {
  font-weight: bold;
}

.sub-content {
  margin-left: 40px;
}
