.timfin-row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #EFEFEF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2.4rem 2rem;
      width: 100%;
    }

    .timfin-row img {
      width: 100%;
      max-width: 7rem;
      height: auto;
      margin-bottom: 2rem;
    }

    .claim {
      color: #000000;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
    }

    @media (min-width: 48em) {
      .claim {
        font-size: 14px;
      }
    }

    @media (min-width: 992px) {
      .timfin-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }

      .timfin-row img {
        margin: 0 1.6rem 0 0;
      }
    }
