* {
  margin: 0;
  padding: 0;
}

:root {
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #f5f4f0;
}

.text-tertiary {
  color: #696969;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h2 + p {
  margin-top: 8px;
}

h3 {
  font-size: 28px;
  padding-left: 10px;
}

h3 + p {
  margin-top: 4px;
}

img + h3 {
  margin-top: 20px;
}

h1,
h2,
h3 {
  font-weight: bold;
  color: #1b1b1b;
}

.headline {
  font-weight: bold;
  color: #e1624f;
  text-transform: uppercase;
  line-height: 22px;
}

.headline + h1 {
  margin-top: 8px;
}

.headline + h2 {
  margin-top: 2px;
}

header > img {
  margin-top: 40px;
}

img {
  border-radius: 28px;
  width: 100%;
}

.subtitle {
  font-style: italic;
  margin-top: 24px;
  text-align: center;
}

p,
.subtitle {
  color: #333333;
}

.headline,
.paragraph,
.subtitle {
  font-size: 16px;
}

.container {
  width: 1120px;
  margin: 88px auto 65px;
  box-sizing: border-box;
}

.content-title {
  margin: 64px auto;
}

.divider {
  width: auto;
  border: solid 1px #d9d9d9;
  margin-top: 40px;
}

#content img {
  height: 350px;
  object-fit: cover;
}

ol {
  padding-left: 30px;
}

ul {
  padding-left: 20px;
}

ul li::marker {
  color: #333333;
}

#history {
  color: #0c51a7;
  margin-bottom: 48px;
}

#couple {
  color: #591b98;
}

#family {
  color: #e5245e;
}

#budget {
  color: #e95e10;
}

#history,
#couple,
#family,
#budget {
  font-weight: bold;
}

p.description {
  margin-top: 40px;
  text-align: center;
}

footer {
  text-align: center;
  margin-bottom: 48px;
  align-items: center;
}

footer img {
  max-height: 16px;
  max-width: 16px;
  vertical-align: middle;
}
