.bg-light {
    background-color: #eee;
}

.number {
    text-align: center;
    height: 75px;
    width: 75px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.single-menu {
    min-height:300px;
    text-align: center;
}

.ca p {
    font-size: 12px;
   
}

.ca {
    min-height:300px;
    height:auto;
    font-size: 12px;
}

.h-menu {}

.bg-red {
    background-color: #DD0B2F;
}

.text-red {
    color: #DD0B2F;
}