.etc {
  border-top: 4px solid #cc5074;
  background: #fbf4f6;
  padding: 20px;
  margin-bottom: 30px;
}
.etc table th {
  font-size: 16px;
  white-space: nowrap;
  padding-right: 20px;
  text-align: left;
}
.etc table td {
  font-size: 13px;
  line-height: 1.75;
}
.etc table td a {
  text-decoration: underline;
}

@media(max-width:767px) {
 .etc table th {
   text-align:center;
   padding: 0 0 10px;
 }
 .etc table td br {
   display: none;
 }
.etc table th , .etc table td  {
  display: block;
}
}