p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-intro-text {
padding-top: 2rem;
display: flex;
justify-content: center;
} .block-intro-text .intro-text-inner {
max-width: 100%;
text-align: center;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
font-size: 70px;
line-height: 50px;
} .block-intro-text .intro-text-inner br {
display: none;
}
@media only screen and (min-width: 1029px) { .block-intro-text {
padding-top: 6rem;
} .block-intro-text .intro-text-inner {
max-width: 75%;
text-align: center;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
font-size: 40px;
line-height: 50px;
} .block-intro-text .intro-text-inner br {
display: block;
}
}.block-full-width-copy {
margin-top: 1rem;
font-size: 20px;
line-height: 30px;
padding: 1rem;
} .block-full-width-copy ul li {
font-size: 20px;
line-height: 30px;
} .editor-styles-wrapper .block-full-width-copy {
padding: 0 3rem;
font-size: 20px;
line-height: 30px;
} .editor-styles-wrapper .block-full-width-copy ul li {
font-size: 20px;
line-height: 30px;
}
@media only screen and (min-width: 1030px) { .block-full-width-copy {
margin-top: 5rem;
padding-left: 6rem;
padding-right: 6rem;
}
}