.Common3ColumnsComponent {
  padding: 5rem 0; }
  .Common3ColumnsComponent h2 {
    color: #0a265e; }
  .Common3ColumnsComponent .text p {
    font-size: 1rem;
    font-weight: 200; }
  @media (min-width: 768px) {
    .Common3ColumnsComponent .text.columns2 > div {
      text-align: justify;
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 4rem;
           column-gap: 4rem; } }

