.search-label, .results-count {
    text-transform: uppercase;
    font-size: 9pt;
    color: #a29d9d;
}

.search-value {
    text-transform: uppercase;
}

.card {
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    padding: 3rem;
    margin-bottom: 1rem;
    box-shadow: 0px 2px 2px 1px rgb(0 0 0 / 7%);
    border-radius: 5px;
}

.mb-3 {
    margin-bottom: 1rem;
}

.results-count {
    text-align: center;
    margin-bottom: 0.5rem;
}