.col3-card-slice-container { .col3-card-wrapper { z-index: 1; .col3-card-item { position: relative; min-height: 40em; // border: 1px solid $gray-border; // box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.16); background-color: $white; .col3-card-img { width: 100%; } .col3-card-item-inner-wrapper { min-height: 350px; .col3-card-title { color: $consumer-primary; } .col3-card-link { position: absolute; bottom: 0; width: fit-content; left: 50%; transform: translate(-50%, -50%); } } } } }