#index_tab_post_list .post_list.type2 .content_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#index_tab_post_list .post_list.type2 .avrm-home-type2-excerpt {
  display: -webkit-box;
  margin: 13px 0 11px;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#index_tab_post_list .post_list.type2 .avrm-home-type2-excerpt + .date {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #index_tab_post_list .post_list.type2 .avrm-home-type2-excerpt {
    margin: 9px 0 7px;
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }
}
