.topic-row{display:flex;justify-content:center;align-items:stretch;flex-flow:row wrap;column-gap:40px;row-gap:40px;padding:20px 30px 60px}.topic-row .topic-item{width:300px;min-width:300px;-webkit-box-shadow:0px 20px 40px #00000028;box-shadow:0px 20px 40px #00000028;transition:.3s}.topic-row .topic-item:hover{transform:translate(0,-10px)}.topic-row .topic-item a{text-decoration:none;display:flex;flex-flow:column;justify-content:space-between;height:100%}.topic-row .topic-item .card-top{min-height:180px;height:180px;max-height:180px;position:relative;background-size:cover;background-position:center center;z-index:0;display:flex;align-items:flex-end;padding:20px}.topic-row .topic-item .resource-title{color:#253968;margin-bottom:0px;padding:0 20px}.topic-row .topic-item .resource-content{margin:0;padding:10px 20px}.topic-row .topic-item .card-bottom{background-color:#ea5b2f;padding:10px 20px 6px;display:flex;justify-content:space-between;align-items:center;margin-top:-1px;z-index:2}.topic-row .topic-item .card-bottom p{margin:0;color:#fff}.topic-row .topic-item .card-bottom i{font-size:13px;color:#fff;margin-bottom:5px;margin-right:10px;transition:.3s}.topic-row .topic-item:hover .card-bottom i{margin-right:0}