.c-story-card__link{text-decoration:none;display:block;height:100%}.c-story-card__image-wrapper{position:relative;border-radius:8px;overflow:hidden}.c-story-card__image img{width:100%;height:293px;transition:opacity .3s cubic-bezier(.165,.84,.44,1);-o-object-fit:cover;object-fit:cover}.c-story-card:focus .c-story-card__image img,.c-story-card:hover .c-story-card__image img{opacity:.8}.c-story-card__title-wrapper{position:absolute;bottom:0;min-height:148px;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);opacity:.8;display:flex;align-items:flex-end;justify-content:space-between;padding:20px}.c-story-card__title{color:#fff;margin:0}.c-story-card__title-arrow-circle{width:30px;height:30px;border-radius:50%;border:2px solid transparent;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-left:20px;transition:border-color .3s cubic-bezier(.77,0,.175,1)}.c-story-card__link:focus .c-story-card__title-arrow-circle,.c-story-card__link:hover .c-story-card__title-arrow-circle{border-color:#fff}.c-story-card__title-arrow{color:#fff;font-size:1.125rem}.c-story-card__subtitle{padding:10px 20px 20px;margin:0;color:#002a54}