.node-home-page-card {
    background-color: #f4f4f4;
    border: medium none #ddd;
  /*  box-shadow: 0 2px 3px #ddd; */
    color: #333;
    cursor: pointer;
    max-width: 380px;
    position: relative;
}
.node-home-page-card .field-name-field-link-to-internal-page .field-item a {
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 11px;
    height: 70px;
    text-align: center;
    display: block;
    word-break: break-word;
    width: 100%;
}
.node-home-page-card img {
    display: block;
    width: 100%;
}
.node-home-page-card .field-name-field-teaser-description {
    display: block;
    padding: 10px 1rem 0;
    text-align: left;
}
/**
div.field.field-name-field-add-content-.field-type-entityreference.field-label-hidden div.field-items div.field-item.even.field-item:first-child div .field-item a{
background-color:#e0523a;
}
div.field.field-name-field-add-content-.field-type-entityreference.field-label-hidden div.field-items div.field-item.even.field-item :first-child a{
background-color:#000;
}
div.field.field-name-field-add-content-.field-type-entityreference.field-label-hidden div.field-items div.field-item .odd a{
background-color:#6c6462;
}
#node-home-page-card-135 .field-name-field-link-to-internal-page a{
background-color:#00548e;
}**/
@media screen and (min-width:740px) and (max-width:640px)({
.node-home-page-card{
width:100%;
}
}