/* 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;
}

/* Force carousel images to have the same height */
.carousel .item img {
    object-fit: cover;   /* ensures image fills space without distortion */
    width: 100%;         /* spans full carousel width */
    height: 500px;       /* adjust to your preference (e.g., 400px, 600px) */
}

