.special-heading {
    background: transparent;
    border-radius: 0px;
    margin-bottom: 40px;
    padding: 0px 0px 0px 0px;
	text-align: center;
}

.header-title {
    font-size: 23px;
    color: #414042;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background: #f2f2ef;
    display: inline-block;
    margin: auto !important;
    padding: 10px 30px;
    line-height: 1;
}

.special-heading:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    padding-top: 0;
    border-bottom: 1px solid #cad0d9;
    margin-bottom: 40px;
}

@media only screen and (max-width: 650px) {

	.special-heading:after {
		border-bottom: 0;
		margin-bottom: 0;
	}
	
}