.simple-cards-01__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0}.simple-cards-01__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;text-decoration:none;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.simple-cards-01__card:hover{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.1);box-shadow:0px 3px 6px rgba(0,0,0,.1)}.simple-cards-01__text{padding:1rem 2rem;background-color:white;color:black;max-width:90%;max-height:90%;overflow:auto;text-align:center;text-decoration:none !important;font-size:20px}@media(max-width:1024px){.simple-cards-01__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.simple-cards-01__card{width:calc(100% / 2 - .5rem) !important;margin-bottom:1rem;margin-left:.25rem;margin-right:.25rem}}@media(max-width:620px){.simple-cards-01__card{width:100% !important}}