ul.facilities-list {
	font-size: 15px;
	color: #555
}

.facilities a {
    text-decoration: none;
    color: #555;
}

.facilities a:hover {
    color: #555;
}

h6.facilities-list-heading {
	font-size: 20px;
	font-weight: 600;
}

 ul.facilities-grid {
	list-style-type: none;
	padding: 0;
}

li.facilities-list {
	padding: 30px 100px; 
}

.facilities-list-img {
	height: 300px;
	margin-bottom: 20px;
}

.facilities-list-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* media queries */
@media(max-width: 768px) {
    li.facilities-list {
		padding: 30px 30px; 
	}
}