.home-category-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px !important;
    height: 200px !important;
    border-radius: var(--border_radius);
    padding: 18px;
    margin-bottom: 20px;
    font-size: 28px;
}

.header-title {
    /* color: white; */
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}