.cnb-wrap .cnb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cnb-wrap .cnb-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.cnb-wrap .cnb-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
}
.cnb-wrap .cnb-title {
    font-weight: 400;
    text-decoration: none;
    color: #000;
    line-height: 1.2;
}
.cnb-wrap .cnb-title:hover {
    color: #B45014;
}
.cnb-heading {
    margin-bottom: 12px;
}