.ficha-section{
    padding:100px 10vw;
    background-image: linear-gradient(120deg, #fdfbfb 0%, whitesmoke 100%);
}

h1{
    margin-bottom: 40px;
    color:var(--grey);
    text-align: center;
    font-size: 40px;
}
img{
    width:75%;
    height:auto;
    margin:auto;
    display: block;
    border-radius: 5px;
    
    margin-bottom: 35px;
}
h4{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    color:var(--blue);
}
h5{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 17px;
    color:var(--blue);
}

.ficha-subcontainer{
    color:var(--grey);
}
.ficha-subcontainer li{
    margin-bottom: 3px;
    width: 50%;
}
.lagunas-titulo{
    font-size: 25px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 25px;
}
.ficha-subcontainer p{
    width: 85%;
}

@media screen and (max-width:600px){
    .ficha-section{
        padding:100px 3vw;
    }
    img{
        width:100%;
    }
}