.page-header {
    background-image: url('/images/cover-5-small.webp');
    background-position: center;
    background-size: cover;
}

.semi-aspects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 50px;
}
.semi-aspects li {
    flex-basis: 300px;
    list-style: inside;
}