.cards__item {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .cards__item {
    display: flex;
    margin-top: 24px;
  }
}
.cards__item:first-child {
  margin-top: 0;
}
.cards__item:last-child .cards__item-content {
  border-bottom: none;
}
.cards__item-content {
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .cards__item-content {
    padding-bottom: 24px;
  }
}
.cards__item-content--no-border {
  border-bottom: 0;
}
.cards__item-content p:last-child,
.cards__item-content ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .cards__item h3 {
    padding: 0 16px 16px 0;
  }
}
@media (min-width: 1024px) {
  .cards__item img {
    height: 80px;
    width: fit-content;
    margin-right: 15px;
  }
}

/*
playback timings (ms):
  captures_list: 0.824
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.053
  esindex: 0.014
  cdx.remote: 3089.022
  LoadShardBlock: 71.079 (3)
  PetaboxLoader3.datanode: 52.205 (4)
  PetaboxLoader3.resolve: 63.94 (2)
  load_resource: 104.683
*/