.llegada {
  display: flex;
  flex-wrap: wrap;
  min-height: 680px;
  background-color: rgb(242, 242, 242);
}

.llegada-content {
  flex: 1 1 50%;
  min-width: 420px;
  display: flex;
  align-items: center;
  padding: 126px 72px;
}

.llegada-inner {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.llegada-media {
  position: relative;
  flex: 1 1 50%;
  min-width: 420px;
  min-height: 590px;
  overflow: hidden;
  background: #171717;
}

.llegada-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.llegada-step {
  margin-bottom: 20px;
  color: #a50f0f;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.llegada h2 {
  margin-bottom: 18px;
  color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}

.llegada-intro {
  margin-bottom: 24px;
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  max-width: 600px;
}

.llegada-text {
  margin-bottom: 18px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 24px;
}

.llegada-quote {
  margin-top: 28px;
  padding-left: 18px;
  border-left: 4px solid #a50f0f;
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}

@media (max-width: 900px) {
  .llegada {
    flex-direction: column;
  }

  .llegada-content,
  .llegada-media {
    width: 100%;
    min-width: 0;
  }

  .llegada-content {
    padding: 96px 32px 76px;
  }

  .llegada-media {
    min-height: 480px;
  }
}

@media (max-width: 560px) {
  .llegada-content {
    padding: 68px 18px 56px;
  }

  .llegada-media {
    min-height: 360px;
  }

  .llegada h2 {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 0;
  }

  .llegada-step {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
  }

  .llegada-intro {
    font-size: 18px;
    line-height: 25px;
  }

  .llegada-text {
    font-size: 16px;
    line-height: 23px;
  }
}
