* {
  margin: 0;
  padding: 0;
}

:root {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

body {
  background-color: #F5F4F0;
}

#page {
  box-sizing: border-box;
  margin: 88px auto 0px;
  width: 1120px;
}

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

.headline {
  color: #E1624F;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

header #title {
  margin-bottom: 40px;
}

header #title-headline {
  margin-bottom: 8px;
}

header h1 {
  color: #1B1B1B;
  font-size: 36px;
  font-weight: bold;
}

header figure {
  margin-bottom: 40px;
  padding: 4px 0px;
}

header figure img {
  margin-bottom: 24px;
  height: 660px;
}

header figure figcaption {
  color: #333333;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
  
#intro {
  border-top: 1px solid #D9D9D9;
  padding: 64px 0px;
}

#intro #intro-headline {
  margin-bottom: 2px;
}

#intro h2 {
  color: #1B1B1B;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}

p {
  color: #333333;
  font-size: 16px;
}

#travel-destinations > ul {
  list-style-type: none;
}

li.travel-card + li.travel-card {
  margin-top: 48px;
}

li.travel-card img {
  height: 350px;
  margin-bottom: 20px;
  object-fit: cover;
}

li.travel-card h3 {
  color: #1B1B1B;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 8px;
}

li.travel-card p + p {
  font-weight: bold;
  margin-top: 16px;
}

li.travel-card ul {
  list-style-type: disc;
  padding-left: 24px;
}

li.travel-card ul li {
  font-size: 16px;
  font-weight: bold;
}

li.travel-card ul li::marker {
  color: #333333;
}

.accent-blue {
  color: #0C51A7;
}

.accent-orange {
  color: #E95E10;
}

.accent-pink {
  color: #E5245E;
}

.accent-purple {
  color: #591B98;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: #D9D9D9;
}

#description p {
  text-align: center;
}

footer {
  padding-bottom: 48px;
  padding-top: 65px;
  text-align: center;
}

footer img {
  vertical-align: middle;
}