.mainWrapper .sfSmallIcns .sfdownloadList .sfdownloadFile,
.mainWrapper .sfLargeIcns .sfdownloadList .sfdownloadFile {
  padding-left: 25px;
  background: transparent
    url(https://www.cisi.org/cisiweb2/image/icons/webresource.png) no-repeat 0 0;
  background-position: 0 -100px !important;
  list-style-type: none;
  margin-bottom: 3px;
}
.introWrapper {
  background-image: url(/cisiweb2/image/aboutus/cResponse.png);
  background-position: left 20%;
}
.responsive-table {
  li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .table-header {
    background-color: #95a5a6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: white;
    font-weight: 500;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  }
  .col-1 {
    flex-basis: 10%;
  }
  .col-2 {
    flex-basis: 40%;
  }
  .col-3 {
    flex-basis: 25%;
  }
  .col-4 {
    flex-basis: 25%;
  }

  @media all and (max-width: 767px) {
    .table-header {
      display: none;
    }
    .table-row {
    }
    li {
      display: block;
    }
    .col {
      flex-basis: 100%;
    }
    .col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }
}
