h3{
    color: var(--color-text-per);
    font-size: clamp(2.5rem, 5%, 2em);
    text-align: center;
    line-height: 1.2;
    margin-bottom:2rem;

}

h4{
    color: var(--color-text-per);
    font-size: clamp(1.5rem, 5%, 1em);
    text-align: center;
    line-height:1.2;
    margin-bottom:2rem;
}
p{line-height: 1.4; margin-bottom:1.2rem}

strong, b{color: var(--color-text-per)}

