.card-list {
    border-radius: 8px;
    filter: drop-shadow(0px 6px 15px rgba(62,91,156,0.2));
    background-color: #ffffff;
    padding: 0;
}
.card-list .card--header {
    background-color: #5ab8c0;
    padding: 10px 25px;
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-list .card--header .icon-header {
    width: 24px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../assets/book-image.png);
    margin-right: 10px;
}
.red .card-list .card--header {
    background-color: #e14b4f;
}
.card-list .card--body {
    padding: 25px;
}
.card-list .card--body ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.card-list .card--body ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #606060;
}
.card-list .card--body ul li::before{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #5ab8c0;
    position: absolute;
    top: 11px;
    left: 3px;
}
.red .card-list .card--body ul li::before{
    background-color: #e14b4f;
}
.card-image {
    border-radius: 8px;
    filter: drop-shadow(0px 6px 15px rgba(62,91,156,0.2));
    background-color: #ffffff;
    padding: 0;
}
.card-image  .card-image--box {
    width: 100%;
    padding-top: 70%;
    border-radius: 8px;
    background-color: #444444;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-image .card--body {
    padding: 30px 22px;
    font-size: 22px;
    line-height: 25px;
    color: #313641;
    text-align: center;
    font-weight: 500;
}
