.categories-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.categories-item a {
    display: block;
    height: 100%;
}

.categories-item a img {
    width: 100%;
    height: 200px; /* Fixed height for images */
    object-fit: cover;
}

.categories-item .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 100%;
    text-align: center;
}

.categories-item .content a {
    display: block;
    width: 100%;
}

.categories-item .content h3 {
    margin: 0;
    width: 100%;
    display: block;
}
