.cmp-feed{margin:24px -16px}
.cmp-feed__post-link{text-decoration:none}
.cmp-feed__post-img-wrapper{overflow:hidden;position:relative;cursor:pointer;height:220px}
.cmp-feed__post-img-wrapper:focus .cmp-feed__post-img,.cmp-feed__post-img-wrapper:hover .cmp-feed__post-img{transform:scale(1.1)}
.cmp-feed__post-img{background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:100%;transition:all .5s ease-in-out}
.cmp-feed__post-content-wrapper{padding:16px 16px 0 16px;text-align:left}
.cmp-feed__post-date{color:#8a8a8a}
.cmp-feed__post-title{font-size:20px;line-height:24px;font-weight:400;margin-top:0;margin-bottom:6px}
@media(max-width:767.98px){.cmp-feed__post{padding-top:24px}
}
@media(min-width:768px){.cmp-feed:not(.cmp-feed--text-list){display:flex;flex-wrap:wrap}
.cmp-feed:not(.cmp-feed--text-list) .cmp-feed__post{flex:25%}
}
.cmp-feed .cmp-feed__post{padding:16px}
.cmp-feed--no-padding .cmp-feed__post{padding-left:0;padding-right:0}
.cmp-feed--text-list .cmp-feed__post-img-wrapper{display:none}
.cmp-feed--text-list .cmp-feed__post-content-wrapper{padding:0}
.cmp-feed--text-list .cmp-feed__post{padding-bottom:8px}
.cmp-feed--text-list .cmp-feed__post-title{font-size:16px;line-height:22px;font-weight:700}
.cmp-feed--text-list .cmp-feed__post-date{font-size:14px;margin-bottom:0}