section.card-repeater .card-item{padding:1rem;width:100%}section.card-repeater .card-item .card{background:var(--white);box-shadow:0 0 20px 5px rgba(0,0,0,.1);display:block;text-decoration:none}section.card-repeater .card-item .card .card__img{background-size:cover!important;min-height:170px;width:100%}section.card-repeater .card-item .card .card__body{padding:1.5rem;text-align:center}section.card-repeater .card-item .card span.sub-title{color:var(--purple);display:block;font-size:14px;font-weight:var(--semi-bold);margin-bottom:1rem;text-transform:uppercase}section.card-repeater .card-item .card h2{font-size:22px;font-weight:var(--semi-bold);line-height:1.4}section.card-repeater .card-item .card .card__body p{color:var(--text)}@media screen and (min-width:768px){section.card-repeater .card-item{width:50%}}@media screen and (min-width:1024px){section.card-repeater .card-item{width:33.333333%}}