.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;
  }
}