/*
put any CSS shared by all instances
of this component here. Also be sure to add this file
to the styleRefs array in elastic
*/

section#legacy .category-wrapper p {
    font-size: 26px;
}
section#legacy .category-wrapper .card-footer {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#legacy .category-wrapper a {
    color: #407ec9;
    text-decoration: none;
    font-weight: 500;
}
section#legacy .category-wrapper a:hover {
    color: #808080
}
