.rich-text__heading h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3rem;
}

.rich-text__button-link {
    margin-top: 12px;
}
.rich-text__button-link a{
    text-decoration: underline;
}

@media screen and (max-width: 750px){
    .rich-text__heading h2{
        font-size: 2rem;
    }
}