.contact-detail{
	text-align: center;
}
.contact-detail .title{
	margin: 0.5em;
}
.contact-detail p{
/*	line-height: 0.5em;*/  
}
.contact-detail-box{
    margin: 15px 0;
    border-bottom: solid 2px #f9fafb;
    padding-bottom: 10px;
}
.contact-detail-box:hover {
    background: #f9fafb;
    border-bottom: solid 2px #2d3953;
}

@media(max-width:750px){
.contact-detail-box{
  
    background: #f9fafb;
 }
}