#homecategories {
    scroll-margin-top: calc(var(--header-h) - var(--header-banner-h));
}

#homecategories img {
    width: 100%;
}

#homecategories h3 {
    color: #353535;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin-top: 0.94rem;
}