How do you align the category title to the description?

What was originally.

Added arbitrary photo:

In the corresponding section added css code:

CSS:

.navigation-categories { 
    .category-list .category-text-title {
        margin-left: 79px;
    }
    
    .category-logo.aspect-image img {
         width: 65px;
        margin-top: -23px;
    }

}

.category-logo.aspect-image, .category-logo.aspect-image img {
    width: 60px !important;
}

Happened:

And on the page with topics.

You can change the width, indents in css to any of your values.