article.item {
    margin-bottom: 0px !important;
}

.xt-section {
   padding-top:80px;
   padding-bottom: 50px;
}

h1.xt-section-title{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
	
	font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

h1.xt-section-title:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background-color: #4c4c4c;
}

h1.xt-section-title:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background-color: #4c4c4c;
}

@media (max-width: 767px){
	h1.xt-section-title{
		margin-bottom: 20px;
	}
}