/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

/* Vertical alignment fix for Our Clients logos */
.customers .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.customers .item img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
}
