.indicator-card {
    border: 1px solid #F1EDE5;
    background: #FFFFFF;
    transition: .25s ease;
}

.indicator-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.09);
}

.indicator-value {
    font-size: 42px;
    color: #00CCFF;
    line-height: 1;
}

.indicator-label {
    font-size: 18px;
    margin-top: 10px;
}
