main p {
  text-align: justify;
}

main .row {
  margin-top: var(--space-lg);

  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: var(--space-lg);
}

@media screen and (max-width: 400px) {
  main p {
    text-align: initial;
  }
}

main p:last-of-type {
  margin-bottom: 0;
}

main a {
  border-bottom: 1px solid;
}

main img {
  width: 100%;
  height: 225px;
  max-height: 35vw;

  object-fit: cover;
}
