.solo-texto .contenedor h1,
.solo-texto .contenedor h2,
.solo-texto .contenedor h3 {
    margin-top: 2.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.25;
}
.solo-texto .contenedor h1:first-child,
.solo-texto .contenedor h2:first-child,
.solo-texto .contenedor h3:first-child {
    margin-top: 0;
}
.solo-texto .contenedor h2 {
    font-size: 2.2rem;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.6rem;
    margin-bottom: 1.8rem;
}
.solo-texto .contenedor h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #444;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}
.solo-texto .contenedor p {
    margin-bottom: 1.2rem;
    line-height: 1.75;
}
