/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
 .testimonialContent_container {
    padding: 32px 0;
    text-align: center;
    margin: 0 !important;
    width: 80%;
    max-width: 80%;
}
.testimonialContent_container h3 {
    font-family: 'Domine', serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}
.testimonialContent_container h5 {
    margin-top: 16px;
    font-family: 'DINOT', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}