.Common3ColumnsComponent {
  padding: 5rem 0; }
  .Common3ColumnsComponent h2 {
    color: #088fbc; }
  .Common3ColumnsComponent .box {
    min-height: 50vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px; }
    .Common3ColumnsComponent .box > div {
      position: absolute;
      bottom: 1rem;
      left: 2rem;
      right: 2rem; }
      .Common3ColumnsComponent .box > div h3 {
        background-color: rgba(255, 255, 255, 0.96);
        padding: 1rem;
        border-radius: 5px;
        margin-bottom: -3rem;
        width: 60%; }
        .Common3ColumnsComponent .box > div h3 a {
          color: #088fbc;
          font-weight: 500;
          font-size: 1.375rem; }
  .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; } }

