.homepagecategories-container .row{
    row-gap: 20px;
}
.homepagecategory{
    text-align:center;
}
.homepagecategory img{
    height:160px;
}
.homepagecategory p{
    color:#111;
}
.homepagecategory .title{
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:5px;
}

@media(max-width:576px){
    .homepagecategory img{
        height:100px;
    }
    .homepagecategory p{
        font-size:14px;
    }
}