.listing p {
	margin-bottom: calc(var(--fontSize) * 2);
}

.listing h3 {
	color: var(--brandshadow);
}

h3 {
    overflow: hidden;
    text-align: center;
    color: var(--brandshadow);
}

@media screen and (min-width: 40em) {

    h3:before,
    h3:after {
        background-color: #003976;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h3:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h3:after {
        left: 0.5em;
        margin-right: -50%;
    }
}

h3 {
    margin-top: calc(var(--fontSize) * 2);
}