.card-clean {
    background-color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.card-title {
    position: static !important;
    margin-top: 15px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.card-des {
    color: #9a9a9a;
    font-weight: 300;
}
