.info-item {
    padding: 80px 58px;
}

.info-item h1 {
    font-size: 40px;
}

.info-item img {
    max-width: 100%;
}

.info-item h2 {
    margin-left: 50px;
    font-size: 50px;
}

.info-item h2 span {
    min-width: 112px;
    line-height: 112px;
}


.info-item h2:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "";
    width: 100vw;
    height: 20px;
    background-color: #000;
    z-index: -1;
}

.info-item__content__img {
    max-width: 1200px;
    margin: 0 0 150px;
    display: block;
}

/* SECCIONES */
/* Sección 1 */
#about .info-item__content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

#about .info-item__text h1 {
    font-size: 100px;
}


#about .info-item__image img {
    margin-top: 200px;
    min-width: 350px;
}

#about .info-item__text p {
    font-size: 25px;
}
.item-selector{
    display: flex;
    justify-content: center;
    z-index: 2;
}
.item-selector li span{
    width: 30px;
    line-height: 30px;
}
#impacto-economico h2::before {
    background-color: #FFD600;
}

#infraestructura h2::before {
    background-color: #22b6e9;
}

#desarrollo-sostenible h2::before {
    background-color: #74c247;
}

#impacto-economico h2 {
    width: 600px;
}

#infraestructura h2 {
    max-width: 700px;
}

#desarrollo-sostenible h2 {
    max-width: 600px;
}
