
.list_carousel {
    padding: 15px 0 15px 40px;
    overflow: auto;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_carousel li {
    color: white;
    background-color: #3e3f3e;
    border-radius: 20px;
    padding: 1em;
    width: 300px;
    height: 100px;
    margin: 6px;
    display: block;
    float: left;
}
.list_carousel img {
    border-radius: 20px;
    float: left;
    height: 100px;
    width: 100px;
}
.list_carousel a {
    color: #fff;
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #575757;
}
.label {
    margin-left: 120px;
    font-size: 14px;
    font-weight:300;
    height: 110px;
}
.sublabel {
    margin-left: 10px;
    font-size: 12px;
    font-weight:300;    
}
