.seccion-solo-texto{
    max-width: 780px !important;
}
.seccion-solo-texto h1{  
    font-weight: bold;
    margin-bottom: 5rem;
}
.seccion-solo-texto p, .seccion-solo-texto ul{
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
}
.seccion-solo-texto p{
    margin-bottom: 0;
}
.seccion-solo-texto p a{
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 830px){
    .seccion-solo-texto{
        padding: 3rem 15px;
    }
}