.box-card__item{
    color: #808080 !important; 
    font-size: 26px !important; 
    font-style: normal !important;
    font-weight: bold !important; 
    border-radius: 5px !important;
    padding-left: 11px !important;
    padding-bottom: 12px !important;
    box-shadow: 1px 3px 3px rgb(0 0 0 / 20%) !important;
    margin-left: 3px;
    margin-right: 10px;
    padding-right: 10px;
}
.box-card__item:hover{
    box-shadow: 1px 3px 3px rgb(0 0 0 / 40%) !important;
}