.card{background-color:#fff;color:#4a4a4a;max-width:100%;position:relative}.card-header{align-items:stretch;background-color:transparent;display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-icon,.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-content,.card-footer{background-color:transparent}.card-footer{align-items:stretch;border-top:1px solid #ededed;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.card-row{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.card-row{display:block}.card-row .card:first-child{margin-top:0}}.card-row .card{background:#fff}.card-row .card-image figure{height:200px;position:relative;width:100%}.card-row .card-image figure img{border-radius:0;height:auto;height:100%!important;max-width:100%;object-fit:cover;object-position:center center;position:absolute;width:100%}.card-row .card-content{padding:1rem}