* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #F5F4F0;
}

.container {
  width: 1120px;
  margin: 88px auto 65px;
}

.headline {
  font-size: 16px;
  color: #E1624F;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.title-h1 {
  color: #1B1B1B;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
}

.description {
  width: 1120px;
  height: 729px;
  margin-top: 40px;
  padding: 4px 0;
}

.description img {
  width: 1120px;
  height: 660px;
  border-radius: 28px;
}

.description p {
  height: 37px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}

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

.content-list {
  margin-top: 64px;
  width: 1120px;
  flex-direction: column;
  align-items: flex-start;
}

#cabeçalho {
  font-size: 16px;
  color: #E1624F;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.content-list h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1B1B1B;
  margin: 2px auto 8px auto;
}

.content-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333;
}

.card-travel {
  width: 1120px;
  height: 522px;
  margin-top: 64px;
}

.card-travel img {
  width: 1120px;
  height: 350px;
  border-radius: 28px;
}

.content-card {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.content-card h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1B1B1B;
}

.content-card p,
.content-card span {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #333;
}

.content-card p {
  font-weight: 400;
}

.content-card span {
  font-weight: 700;
}

li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #0C51A7;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

section img {
  margin: 48px auto 20px;
}

.roxo {
  font-size: 16px;
  color: #591B98;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rosa {
  font-size: 16px;
  color: #E5245E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.laranja {
  font-size: 16px;
  color: #E95E10;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.busan {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333;
  text-align: center;
}

.coracao {
  text-align: center;
  margin-top: 65px;
  padding-bottom: 48px;
  font-family: "Alice", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333;
}
.coracao img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}