.cards{display:flex;flex-wrap:nowrap;justify-content:space-between}.cards_shadow .card{box-shadow:8px 10px 0 #ccc;border:1px solid #6c6c70;border-radius:5px}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:250px;box-shadow:0 0 10px 0 rgba(0,0,0,.15);padding:2.1rem}@media screen and (max-width:1200px){.cards__card{padding:2.1rem .7rem}}@media screen and (max-width:787px){.cards__card{margin-bottom:1.4rem}.cards{flex-wrap:wrap;justify-content:center}}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}.card__button-wrapper{text-align:center;flex-grow:1}.card__button-wrapper .button{display:inline-block}.cards_shadow .button{background-image:url(https://140786.fs1.hubspotusercontent-na1.net/hubfs/140786/btn-right-arrow.png);background-position:right 10px center;background-repeat:no-repeat;background-size:7px auto;padding:5px 30px 5px 10px;margin-top:40px;border:1px solid #6c6c70;border-radius:25px;font-size:16px;font-weight:300;text-decoration:none;transition:all .3s}.cards_shadow .arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px;height:20px}.cards_shadow .button:hover{color:#fff;background:#be1d81;border-color:#be1d81;padding:5px 20px}