.amenities_wrap {
    text-align: center;
    margin-bottom: 30px;
}

.amenities {
    margin: 0px;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.amenity {
    width: 130px;
    height: 150px;
    margin: 0 !important;
    position: relative;
    text-align: center;
}

.amenity_title {
    max-width: 80px;
    margin: auto;
    margin-top: auto;
    margin-top: -20px;
}

.amenity img {
    width: 100px;
    height: 100px;
}