.resources-download {
  margin-top: 3rem;
}

.resources-download .field__items{
  margin: 1.3em 0 1.5em 0;
}

.resources-download .field__item {
  display: flex;
  border-top: 1px solid #c2c2c2;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px 15px 4px;
  flex-direction: column;
}

.resources-download .field__items span{
  line-height: 16px;
  padding-left: 33px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resources-download .field__items span a {
  font-weight: 400;
}

.resources-download .field__items span.file-size {
  line-height: 16px;
  display: block;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  margin: 18px 0px 1px 0px;
}

.resources-download .field__items span.file {
  background-position: 6px center;
}


@media (min-width:1024px) {
  .resources-download .field__item {
    flex-direction: row;
    justify-content: space-between;
  }
  .resources-download .field__items span.file-size {
    margin-top: 0;
  }
}
