.page_banner {
    background: url('../images/equipment/storage/section-bg.jpg') center center / cover no-repeat;
    background-position-y: 22%;
}


.equipment_storage .equipment_nav .img img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}

.list1 {
    margin-top: 50px;
}

.list1 li {
    width: 23.5%;
    margin-bottom: 30px;
}

figcaption.capIn {
    color: #fff;
}

@media (max-width: 767px) {
    .equipment_storage .equipment_nav .img {
        order: -1;
    }

    .list1 li {
        width: 48%;
    }
}