.desc-list-con{
    align-items: flex-start;
}
.img-fondo{
    object-fit: cover;
    width: 100%;
    height: 1300px;
}

.cyf-description{
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.text-img__box{
    width: 90%;
    max-width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(192, 192, 192, 0.337);
    color: white;
    padding: 3rem;
}

.text-img__box h1{
    width: 60%;
}

.subtitle.subtitle{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1.5rem;
}
.list-con{
    gap: 0.5rem;
}

.separation{
    width: 5px;
    height: 750px;
    background-color: aliceblue;
}

.separation span{
    visibility: hidden;
}

@media screen and (max-width:1000px) {
    .subtitle.subtitle{
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:720px) {
    .img-fondo{
        width: 100%;
        height: 850px;
    }

    .cyf-description{
        margin-bottom: 1rem;
    }

    .cyf-description P{
        margin-bottom: 1rem;
    }

    .separation{
        height: 200px;
    }

    .subtitle.subtitle{
        font-size: 0.9rem;
        padding-bottom: 1rem;
    }
    .text-img__box{
        padding: 1.5rem;
    }
}

@media screen and (max-width:400px) {
    .img-fondo{
        width: 100%;
        height: 1100px;
    }

    .separation{
        display: none;
    }

    .subtitle.subtitle{
        font-size: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .text-img__box{
        padding: 1rem;
    }
    .desc-list-con{
        flex-direction: column;
    }

    .list-con{
        width: 100%;
    }

    .text-img__box h1{
        width: 80%;
    }
}