html.home section.view .home-page-wrapper>.content>.component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0em;
    border-radius: 5px;
    padding-top: 0em; 
    padding-bottom: 0em; 
}

html.home section.view .home-page-wrapper>.content {
    gap: 0em;
}

body>header>.menu>.categories>.category>.category-content>.content>.name {
    height: unset;
}

html.home section.view .home-page-wrapper>.content {
    padding-top: 1.5em;
}