* {
  margin: 0;
  padding: 0;
}

:root
{
  font-family: "Open Sans", system-ui;
  font-optical-sizing: auto;
}

body {
  background-color: #F5F4F0;
}

container {
  box-sizing: border-box;
  width: 1120px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
}

#meetbusan {
  margin-bottom: 40px;
}

p {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  margin-left: 6px;
}

.title h4 {
  color: #E1624F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

#description img {
  height: 660px;
  border-radius: 28px;
  width: 100%;
}

#description p {
  text-align: center;
  font-style: italic;
  margin-top: 24px;
}

.divider {
  border-style: solid;
  border-width: 1px;
  margin: 40px 0px 64px 0px;
  color: #D9D9D9;
}

.divider2 {
  border-style: solid;
  border-width: 1px;
  margin: 40px 0px 40px 0px;
  color: #D9D9D9;
}

#list {
  margin-bottom: 64px;
}

#list p {
  margin-top: 8px;
}

ol img {
  height: 350px;
  border-radius: 28px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.destino1, .destino2 {
  margin-bottom: 48px;
}

/* ul + ul {
  margin-top: 20px;
} */

.bompara {
  color: #333333;
  font-weight: 700;
}

.historia {
  margin-left: 25px;
  color: #0C51A7;
  font-weight: 700;
}

.casais {
  margin-left: 25px;
  color: #591B98;
  font-weight: 700;
}

.familias {
  margin-left: 25px;
  color: #E5245E;
  font-weight: 700;
}

.orcamento {
  margin-left: 25px;
  color: #E95E10;
  font-weight: 700;
}

#descricaofinal {
  text-align: center;
}

footer {
  text-align: center;
  margin: 65px 0px;
}

footer img {
  vertical-align: middle;
  padding: 0px 2px;
}