.photo-gallery {
    color: #313437;
}

.item {
    padding-bottom: 30px;
    height: 186px !important;
    overflow: hidden;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

.gal1,
.gal2,
.gal3,
.gal4,
.gal5,
.gal6,
.gal7,
.gal8,
.gal9 {
    width: auto;
    height: 186px;
    background-position: center;
    background-size: cover;
}

.gal1 {
    background-image: url(../img/facility/Knight_facility_1.jpg);
}

.gal2 {
    background-image: url(../img/facility/Knight_facility_2.jpg);
}

.gal3 {
    background-image: url(../img/facility/Knight_facility_3.jpg);
}

.gal4 {
    background-image: url(../img/facility/Knight_facility_4.jpg);
}

.gal5 {
    background-image: url(../img/facility/Knight_facility_5.jpg);
}

.gal6 {
    background-image: url(../img/facility/Knight_facility_6.jpg);
}

.gal7 {
    background-image: url(../img/facility/Knight_facility_7.jpg);
}

.gal8 {
    background-image: url(../img/facility/Knight_facility_8.jpg);
}

.gal9 {
    background-image: url(../img/facility/Knight_facility_9.jpg);
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
    height: 186px !important;
    overflow: hidden;
}

.item {
    margin-bottom: 20px;
}
}
