.category img {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
    border-radius: 6px;
}

.category {
    position: relative;
    color: black;
}

.box {
    background-color: transparent;
}