.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.542
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.023
  esindex: 0.009
  cdx.remote: 113.931
  LoadShardBlock: 323.386 (3)
  PetaboxLoader3.resolve: 282.411 (4)
  PetaboxLoader3.datanode: 60.882 (4)
  load_resource: 89.026
*/