/* Mobile landscape media query */
.statistics-with-text {
  position: relative; }
  .statistics-with-text .wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 595px) {
      .statistics-with-text .wrapper {
        width: 100%;
        margin-left: 0; } }
  .statistics-with-text .col-four {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px; }
    .statistics-with-text .col-four::after {
      content: '';
      position: absolute;
      width: 1px;
      height: calc(100% - 25px);
      top: 50%;
      left: -5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #97a0a8; }
    .statistics-with-text .col-four:first-child::after {
      width: 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .statistics-with-text .col-four {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .statistics-with-text .col-four {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
    @media (max-width: 595px) {
      .statistics-with-text .col-four {
        width: 100%;
        margin: 0 0 20px; }
        .statistics-with-text .col-four::after {
          width: 0px; } }
    .statistics-with-text .col-four .text-wrap {
      width: 100%;
      text-align: center;
      padding: 0 10px; }
      @media (min-width: 1264px) {
        .statistics-with-text .col-four .text-wrap {
          padding: 0 25px; } }
      @media (max-width: 595px) {
        .statistics-with-text .col-four .text-wrap {
          padding: 0;
          max-width: 365px;
          margin: 0 auto;
          text-align: left; } }
    .statistics-with-text .col-four span {
      display: block;
      color: #ffffff;
      margin-bottom: 12px;
      font-weight: 600; }
    .statistics-with-text .col-four h5 {
      color: #0084f2;
      font-weight: 700;
      margin-bottom: 6px; }
    .statistics-with-text .col-four p {
      color: #ffffff; }
      @media (min-width: 768px) {
        .statistics-with-text .col-four p {
          font-weight: 600; } }
