.three-column-content-simple { font-weight: normal; text-align: center; color: #333; margin-bottom: 30px; }
.three-column-content-simple h2 { text-align: left; font-weight: normal; margin-bottom: 1em; font-size: 24px; }
.three-column-content-simple .col-sm-4 { border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.three-column-content-simple .col-sm-4:first-child { border: none; }
.three-column-content-simple .col-sm-4:last-child { border: none; }
.three-column-content-simple .clear-col:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:767px) {
  .three-column-content-simple .col-sm-4 { margin: 0; border-bottom: 1px solid #ccc !important; border-left: none; border-right: none; text-align: left; padding-top: 30px; padding-bottom: 30px; font-size: 14px; }
  .three-column-content-simple .col-sm-4 p, .three-column-content-simple .col-sm-4 ol, .three-column-content-simple .col-sm-4 ul { font-size: 14px; }
  .three-column-content-simple .col-sm-4 p:last-child {margin-bottom: 0; }
  .three-column-content-simple .col-sm-4:first-child, .three-column-content-simple .col-sm-4:last-child { border-bottom: 1px solid #ccc; }
}
