welfare h4 {
  height: auto;
  margin-bottom: 10px;
  min-height: 70px;
  line-height: 1.4;
}

@media (max-width: 599px) {
  .welfare h4 {
    font-size: 18px;
    line-height: 1.4;
    min-height: 0;
    white-space: normal;
    height: auto;
    margin-bottom: 8px;
  }
  .welfare p {
    font-size: 14px;
    line-height: 1.7;
    white-space: normal;
    overflow-wrap: break-word;
  }
}
