section.section-three-boxes .flexrow {
  background-color: #575756;
  -webkit-flex-direction: column;
  flex-direction: column; }
  section.section-three-boxes .flexrow .flexcol {
    width: 100%;
    padding: 25px; }
    section.section-three-boxes .flexrow .flexcol img {
      float: left;
      margin-right: 20px;
      margin-top: 9px;
      margin-bottom: 5px; }
    section.section-three-boxes .flexrow .flexcol.flexcol-1 {
      border-bottom: 1px solid #fff; }
    section.section-three-boxes .flexrow .flexcol.flexcol-2 {
      border-bottom: 1px solid #fff; }
    section.section-three-boxes .flexrow .flexcol .custom-article p, section.section-three-boxes .flexrow .flexcol .custom-article ul, section.section-three-boxes .flexrow .flexcol .custom-article ol {
      color: #fff; }

@media (min-width: 768px) {
  section.section-three-boxes .flexrow {
    -webkit-flex-direction: row;
    flex-direction: row; }
    section.section-three-boxes .flexrow .flexcol {
      padding: 40px 50px;
      width: 33.3333%; }
      section.section-three-boxes .flexrow .flexcol.flexcol-1 {
        border-right: 1px solid #fff; }
      section.section-three-boxes .flexrow .flexcol.flexcol-2 {
        border-right: 1px solid #fff; } }
