/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


p + .table_image {
    margin-top: 5rem;
  }

  .row-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
  }

  .table .table-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
  }

  .table .table-header p {
      padding: 1rem;
  }

  .table .table-body p {
      padding: .5rem 1rem;
  }

  .table .table-header .cell {
      border-bottom: 1px solid var(--primary, #003a65);
  }

  .table {
      margin-bottom: 3rem;
      display: table;
  }
  .table > .table-header,
  .table .row-content {
      display: table-row;
  }
  .table .cell {
      display: table-cell;
      width: auto;
  }

  .table .big_cell {
      width: calc(100% / 3);
  }

  .table .table-body {
      display: table-row-group;
  }

  .table .cell.headline {
      width: auto;
  }

  .table .cell.headline.big_cell {
      width: calc(100% / 3);
  }

  @media (min-width: 769px) {
    .full-conten .table_image t .lg_4, .main .table_image  .lg_4 {
    	margin-bottom: 0;
    }
  }
