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

.necesidades-content {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}

.necesidades-copy {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.necesidades h2 {
  margin-top: 10px;
  color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.necesidades-texto {
  margin-top: 22px;
  color: #6f6f6f;
  font-size: 21px;
  line-height: 29px;
}

.necesidades-destacado {
  width: 100%;
  max-width: 410px;
  margin-top: 38px;
  padding: 28px 30px;
  border-left: 4px solid #a50f0f;
  background-color: #ffffff;
}

.necesidades-destacado span {
  color: #a50f0f;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.necesidades-destacado p {
  margin-top: 12px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.necesidades-panel {
  width: 50%;
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.necesidades-imagen {
  width: 72%;
  min-height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.necesidades-imagen img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: right;
}

.necesidades-tarjeta {
  width: 50%;
  min-width: 380px;
  padding: 34px 30px;
  position: relative;
  z-index: 2;
  background-color: #620903;
  color: #ffffff;
}

.necesidades-tarjeta > p {
  margin-bottom: 16px;
  color: #fbfbfb;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 300px;
}

.necesidades-lista {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.necesidades-lista li {
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
    font-weight: 400!important;
}

.necesidades-lista span {
  width: 32px;
  flex-shrink: 0;
  color: #cecece;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 1100px) {
  .necesidades-content {
    gap: 40px;
  }

  .necesidades h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .necesidades-panel {
    min-height: 590px;
  }

  .necesidades-tarjeta {
    width: 78%;
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .necesidades {
    padding: 78px 28px;
  }

  .necesidades-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
  }

  .necesidades-copy,
  .necesidades-panel {
    width: 100%;
  }

  .necesidades-copy {
    max-width: 720px;
  }

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

  .necesidades-panel {
    min-height: 560px;
  }

  .necesidades-imagen {
    width: 74%;
    min-height: 430px;
  }

  .necesidades-imagen img {
    height: 430px;
  }

  .necesidades-tarjeta {
    width: 74%;
  }
}

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

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

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

  .necesidades-texto {
    font-size: 17px;
    line-height: 24px;
  }

  .necesidades-destacado {
    padding: 24px 22px;
  }

  .necesidades-destacado p {
    font-size: 19px;
    line-height: 26px;
  }

  .necesidades-panel {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .necesidades-imagen {
    width: 100%;
    min-height: 300px;
    position: relative;
  }

  .necesidades-imagen img {
    height: 300px;
  }

  .necesidades-tarjeta {
    width: 100%;
    padding: 28px 22px;
  }

  .necesidades-lista li {
    font-size: 17px;
    line-height: 24px;
  }
}

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

  .necesidades-content {
    gap: 38px;
  }

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

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

  .necesidades-content {
    gap: 34px;
  }

  .necesidades-panel {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .necesidades-imagen {
    width: 100%;
    min-height: 340px;
    position: relative;
  }

  .necesidades-imagen img {
    height: 340px;
  }

  .necesidades-tarjeta {
    width: 100%;
    padding: 28px 24px;
  }

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

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

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

  .necesidades-imagen,
  .necesidades-imagen img {
    min-height: 270px;
    height: 270px;
  }
}
