    .ia-article__table-wrap {
      margin: 14px 0 14px;
      overflow-x: auto;
      border: 1px solid #dfe7f1;
      border-radius: 10px;
      background: #ffffff;
      -webkit-overflow-scrolling: touch;
    }

    .ia-article__table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
      color: #465163;
      font-size: 14px;
      line-height: 1.45;
    }

    .ia-article__table th,
    .ia-article__table td {
      padding: 14px 16px;
      vertical-align: top;
      border-bottom: 1px solid #e5edf6;
      text-align: left;
    }

    .ia-article__table tr:last-child td {
      border-bottom: 0;
    }

    .ia-article__table th {
      color: #0b1b2d;
      font-size: 13px;
      font-weight: 700;
      background: #f8fbff;
    }

    .ia-article__table td:first-child {
      color: #0b1b2d;
      font-weight: 700;
      width: 22%;
    }

