.ods {
  width: 100%;
  padding: 112px 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #f2f2f2;;
}

.ods-content {
  width: 100%;
  max-width: 1280px;
}

.ods-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  text-align: center;
}

.ods-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.ods h2 {
  max-width: 980px;
  margin-top: 10px;
  color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}

.ods-resumen {
  width: 42%;
  min-width: 360px;
  padding: 34px 32px;
  display: flex;
  align-items: flex-end;
  color: #302f2f;
}

.ods-resumen p {
    color: #302f2f;
  font-size: 20px;
  line-height: 29px;
}

.ods-resumen strong {
    color: #302f2f;
}

.ods-numeros {
  width: 100%;
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ded7d1;
  border-bottom: 1px solid #ded7d1;
}

.ods-numeros span {
  flex: 1 1 160px;
  padding: 26px 22px;
  border-right: 1px solid #ded7d1;
  color: #a50f0f;
  font-family: "PT Serif", Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
  text-align: center;
}

.ods-numeros span:last-child {
  border-right: 0;
}

.ods-lista {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
}

.ods-item {
  min-width: 300px;
  flex: 1 1 360px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}

.ods-item:nth-child(1),
.ods-item:nth-child(4) {
  background-color: #111111;
  color: #ffffff;
}

.ods-item span {
  color: #a50f0f;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ods-item:nth-child(1) span,
.ods-item:nth-child(4) span {
  color: #ffd47b;
}

.ods-item h3 {
  margin-top: 12px;
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.ods-item:nth-child(1) h3,
.ods-item:nth-child(4) h3 {
  color: #ffffff;
}

.ods-item p {
  margin-top: 12px;
  color: #6f6f6f;
  font-size: 17px;
  line-height: 24px;
}

.ods-item:nth-child(1) p,
.ods-item:nth-child(4) p {
  color: #dedede;
}

@media (max-width: 980px) {
  .ods {
    padding: 86px 28px;
  }

  .ods-intro {
    flex-direction: column;
    gap: 34px;
  }

  .ods-header,
  .ods-resumen {
    width: 100%;
    min-width: 0;
  }

  .ods h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.6px;
  }

  .ods-numeros span {
    flex-basis: 33%;
  }
}

@media (max-width: 620px) {
  .ods {
    padding: 68px 22px;
  }

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

  .ods h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .ods-resumen {
    padding: 28px 22px;
  }

  .ods-resumen p {
    font-size: 17px;
    line-height: 25px;
  }

  .ods-numeros {
    margin-top: 36px;
  }

  .ods-numeros span {
    flex-basis: 50%;
    padding: 20px 16px;
    font-size: 42px;
    line-height: 46px;
  }

  .ods-lista {
    margin-top: 36px;
  }

  .ods-item {
    min-width: 100%;
    padding: 28px 22px;
  }

  .ods-item h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1180px) {
  .ods {
    padding: 96px 32px;
  }

  .ods-intro {
    gap: 38px;
  }

  .ods h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

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

  .ods-header,
  .ods-resumen {
    width: 100%;
    min-width: 0;
  }

  .ods-numeros span {
    flex-basis: 33%;
  }
}

@media (max-width: 760px) {
  .ods {
    padding: 72px 24px;
  }

  .ods h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 420px) {
  .ods {
    padding: 58px 18px;
  }

  .ods h2 {
    font-size: 32px;
    line-height: 35px;
  }

  .ods-numeros span {
    flex-basis: 100%;
  }
}
