.featured-category-block{
    display: flex;
    padding: 20px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.featured-category-image{
    margin-bottom: 10px;
}

.featured-category-image img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.featured-category-block .featured-category-title{
    color: #1a202c;
    font-size: 18px;
}

.featured-category-block:hover{
    color: #1a202c;
    text-decoration: underline;
}