.text-hover {
    color: #424242;
    transition: .4s;
}
.text-hover:hover {
    color: #90a4ae;
}
.slick-wrap .card .d-flex {
    max-height: 300px;
}
.archive ul li {
    padding-top: .8rem;
    border-top: 1px solid #e8e8e8;
    padding-bottom: .3rem;
}
.archive ul li:first-of-type {
    border-top: none;
}
.culinary-title:hover {
    color: #ff8100!important;
}
