.repeatable-cards.cards{display:grid;grid-gap:2em}.repeatable-cards .cards__card{box-sizing:border-box}.repeatable-cards .border{position:relative;display:grid;grid-template-rows:auto 1fr 60px;width:100%;height:100%;background-color:#FFF;overflow:hidden;border-radius:8px;box-shadow:0 1px 5px -1px rgba(0,0,0,0.2),0 0 1em -2px #ddd;padding-bottom:1rem}.repeatable-cards .card__image{width:100%;object-fit:cover;margin:0 auto}.repeatable-cards .card__text{box-sizing:border-box;padding:1rem 1rem 0;text-align:center;width:100%}.repeatable-cards .card__actions{padding-left:1rem;padding-right:1rem}.repeatable-cards .card__actions .actions{margin:.5rem 0 0}.repeatable-cards .card__actions .left__align{text-align:left}.repeatable-cards .card__actions .center__align{text-align:center}.repeatable-cards .card__actions .right__align{text-align:right}