.amenities_box,
.services_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 1em;
}

.amenities_box img,
.services_box img {
    text-align: center;
    width: 36px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.services_box img {
    width: 100%;
}

.amenities_box.inverted img,
.services_box.inverted img {
    filter: invert(100%);
}

.amenities_box.inverted p,
.services_box.inverted p {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box_hover {
    transition: box-shadow 0.5s ease;
}

.box_hover:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
