.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-gallery .title-top-gallery {
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 28px;
}

.content-gallery .title-items {
    margin: 0;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.3;
    font-size: 18px;
    /*font-family: Gotham-Medium;*/
}
.content-gallery .wrap-item {
    background: #fff;
    border-radius: 0;
}
.content-gallery .items {
    margin-bottom: 30px;
}
.content-facilities h2,
.content-facilities p {
    text-align: inherit;
}
.content-facilities .items img{
	margin: 0;
}
.content-facilities .wrap-item{
    padding: 0px;
    margin-bottom: 30px;
    border-radius: 0;
}
.content-facilities .content-items {
    /*padding: 15px;
	    margin-top: 20px;*/
        text-align: center;
}
.content-facilities .content-items p{
    margin-bottom: 0;
}
.content-facilities h2{
    font-size: 18px;
    padding:0;
}
@media only screen and (max-width: 991px){
    .content-facilities .items:nth-child(2n+1){
        clear: left;
    }
}
@media only screen and (max-width: 767px) {
	.content-facilities .content-items{
		margin: 0;
	}
    .content-facilities h2 {
        margin-top: 15px;
    }
    .content-facilities .items img {
        width: 100%;
    }
}