.colored-title {
    .heading {
        color: var(--main-color);
        text-align: center;
    }
}

.vpa-chapo {
    text-align: center;
    padding: 1.5rem 0 0 0;
    .heading {
        font-size: 1.5rem;
        font-weight: bold;
        
        font-family: var(--font-figtree);
    }
    .paragraph {
        margin: 0 2rem;
        line-height:1.5em;
        font-size: 1.15em;
    }
}