:root {
  --primary: #1bc0a4;
}
.wrapper {
  display: flex;
  justify-content: center;
}
/* .container {
  max-width: 750px;
} */

.header {
  background-color: var(--primary);
  padding: 1.5rem;
}

.header img {
  width: 100%;
}

.content {
  padding: 1.5rem;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1,
h4 {
  color: var(--primary);
}

h4 {
  font-size: 1.15rem;
}
p {
  font-size: 1.05rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
}

.contact-row > span:first-child {
  font-weight: bold;
}

li {
  font-weight: bold;
  text-transform: uppercase;
}

li > div {
  font-weight: normal;
  padding-bottom: 1rem;
  text-transform: none;
}

li > ul {
  padding-bottom: 1rem;
  padding-left: 1rem;
}

li > ul > li {
  font-weight: normal;
  text-transform: none;
}
