#Contents .txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .txt {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .txt {
    margin-bottom: 8px;
  }
}
