.content-cards{gap:30px}.content-cards__item{max-width:360px;width:calc(33.333% - 20px)}@media (max-width:69em){.content-cards__item{width:calc(50% - 30px)}}@media (max-width:42em){.content-cards__item{width:100%}}.content-cards__header{background-color:#000;min-height:320px}.content-cards__heading{background-image:linear-gradient(to top,#000,rgba(0,0,0,0));min-height:180px;transition:padding .2s ease-out}.content-cards__header:hover .content-cards__heading{padding-bottom:40px}.content-cards__bg{object-fit:cover;object-position:center;transition:all .4s}.content-cards__header:hover .content-cards__bg{opacity:.3;transform:scale(1.1)}