.entry-title{
    float: left;
    width: 100%;
    /*    margin: 10px 0;*/
    font-size: 30px;
    font-weight: normal;
    background: linear-gradient(#009432, #b8e994);
    padding: 10px;
    color: #fff;
    text-transform: capitalize;
}
.entry-title {
    box-shadow: -5px -5px 5px #888;
}
h1 {
    overflow-wrap: break-word;
}

.card-title {
    margin-bottom: 2px;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.img_container {
    float: left;
    width: 100%;
    text-align: center;
    height: 100px;
}
.card-block {
    padding: 10px;
    float: left;
}
.card-img-top {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

