.paragraph--type--title-and-subtitle{
    margin-top: 1.5rem !important;
    margin-bottom: 3rem !important;
}
.paragraph--type--title-and-subtitle > h2{
    text-align: center;
    font-size: 1.875rem;
    font-weight: var(--f-strong);
    margin-bottom: 0.75rem;
    padding: 0;
}

.paragraph--type--title-and-subtitle > .field--name-field-text{
    font-size: 1.25rem;
    text-align: center;
    max-width: 46rem;
    line-height: 1.5;
    margin: 0 auto;
}
@media(width > 48rem){
    .paragraph--type--title-and-subtitle > .field--name-field-text{
        max-width: 30rem;
        margin: 0 auto;
    } 
}