.cards{justify-content:space-between}.cards__card{align-items:center;align-self:flex-start;border-radius:10px!important;box-shadow:-1px 5px 12px 0 hsla(0,0%,68%,.2);display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;overflow:hidden;width:100%}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{background-color:#fff;min-height:155px;padding:20px 30px;width:100%}.card__text p{font-size:20px;font-weight:400;margin:0;padding:0;text-align:left}.card__text p strong{color:#68646c}.button{align-items:center;background-color:transparent;border:3px solid;border-radius:0;display:flex;font-size:20px;font-weight:800;gap:4px;justify-content:center;padding:10px;text-decoration:none;text-transform:uppercase;width:100%}.cards a:focus,.cards a:hover{background-color:transparent;border:3px solid;border-radius:0!important;font-weight:800!important}@media only screen and (max-width:919px) and (min-width:500px){.cards{display:block}.cards .span4{margin:auto;width:50%}}.cards__card a:hover{transform:scale(1.1)}.cards__card a:hover .arrow-icon{animation-name:bounce;animation-timing-function:ease}.arrow-icon{animation-duration:.5s;font-size:24px;font-weight:400;position:relative;top:-2px;transform-origin:right}@keyframes bounce{0%{transform:translateX(0)}50%{transform:translateX(20px)}to{transform:translateX(0)}}