/* CSS Document */

.is-style-purple-with-line {
    font-size: 2.3em;
	text-transform: uppercase;
	font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0;
    line-height: 1em;
    color: #712656;
}
.is-style-purple-with-line::before {
    content: "";
    display: block;
    margin: 0.5em auto;
    width: 4em;
    border-top: 0.16em solid #712656;
}
.has-text-align-left.is-style-purple-with-line::before {
    content: "";
    display: block;
    margin: 0.5em 0;
    width: 4em;
    border-top: 0.16em solid #712656;
}