.text-listing {
  border-left: 1px solid #D3D3DC;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-listing__title p:first-of-type,
.text-listing__text p:first-of-type {
  margin-top: 0;
}
.text-listing__title p:last-of-type,
.text-listing__text p:last-of-type {
  margin-bottom: 0;
}
