.ethics-wrap { display: flex;}
.ethics-wrap .ethics { flex-basis: 50%;}

@media (max-width:550px) {
  .ethics-wrap { display: block;}
} 