.gestion {
  width: 100%;
  padding: 104px 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #060606;
  color: #ffffff;
}

.gestion-content {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.gestion-header {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gestion-copy {
  display: flex;
  flex-direction: column;
}

.gestion-label {
  color: #ffd47b;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gestion h2 {
  max-width: 620px;
  margin-top: 10px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
}

.gestion-texto {
  max-width: 590px;
  margin-top: 24px;
  color: #d8d8d8;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.gestion-lista {
  width: 52%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.gestion-lista article {
  min-height: 132px;
  padding: 26px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.gestion-lista article::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background-color: #a50f0f;
}

.gestion-lista span {
  width: 42%;
  min-width: 210px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.gestion-lista p {
  width: 58%;
  max-width: 400px;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 1080px) {
  .gestion {
    padding: 88px 32px;
  }

  .gestion-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .gestion-header,
  .gestion-lista {
    width: 100%;
  }

  .gestion h2 {
    max-width: 760px;
    font-size: 48px;
    line-height: 49px;
  }

  .gestion-texto {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .gestion {
    padding: 78px 20px;
  }

  .gestion h2 {
    font-size: 42px;
    line-height: 44px;
  }

  .gestion-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .gestion-texto {
    font-size: 18px;
    line-height: 25px;
  }

  .gestion-lista article {
    min-height: auto;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .gestion-lista span,
  .gestion-lista p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .gestion-lista span {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 520px) {
  .gestion {
    padding: 68px 18px;
  }

  .gestion h2 {
    font-size: 34px;
    line-height: 37px;
  }

  .gestion-lista p {
    font-size: 16px;
    line-height: 23px;
  }
}
