/* Ensures all package images are the same size */

.package-img-fixed {
    height: 220px;
    object-fit: cover;
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}