.material-icons {
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: inherit;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.cursor-pointer {
    cursor: pointer;
}

.text-lka {
    color: #d51130;
}

.bg-lka {
    background-color: #d51130;
}

.card-carousel {
    min-height: 300px;
    max-height: 300px;
}

.bg-carousel {
    background-color: aqua;
}
