hgroup>img {
    height: 30vmin;
    min-height: 200px;
}

hgroup {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-bottom: var(--gold) 1px solid;
    min-height: 200px;
}

body>div {
    max-width: 800px;
    color: #111;
    padding: 2rem;
    margin: auto;
    box-sizing: border-box;
}

body>div p {
    text-align: justify;
}

ul {
    margin: 0;
    padding-left: 1rem;
  list-style: "\2713";
}
ul li {
    padding: .5rem;
}