.category-box {
    width: 30%;
    display: inline-block;
    border:2px solid #b47988;
    position: relative;
}

.category-box img {
    width: 100%;
    float: left;
    transform: translateY(1rem);
}

@media screen and (max-width: 991px) {
    .category-box {
        width: 48%;
    }
}

@media screen and (max-width: 991px) {
    .category-box {
        width: 48%;
    }
}

@media screen and (max-width: 538px) {
    .category-box {
        width: 100%;
    }
}
