.a5nqk-justified-separator {
    display: flex;
    align-items: center;
    width: 100%;
}

.a5nqk-justified-separator:before,
.a5nqk-justified-separator:after {
    content: '';
    background-color: #e6e6e6;
    height: 1px;
    width: 100%;
}

.a5nqk-justified-separator-title {
    padding-left: 10px;
    padding-right: 10px;

    color: #555555;

    font-size: 18px;
    font-family: Muli, sans-serif;
    font-weight: 400;

    line-height: 1;

    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
}

a.a5nqk-justified-separator-title,
a.a5nqk-justified-separator-title:hover,
a.a5nqk-justified-separator-title:visited {
    color: #00bcb5;
    text-decoration: none;
}
