.cards_grid_wrapper{padding:3rem 1rem}.cards_grid_wrapper .cards_grid_container{margin:0 auto;max-width:850px}.cards_grid_wrapper .cards_wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.cards_grid_wrapper .cards_wrapper .card_wrapper{cursor:pointer;height:400px;margin:1rem;overflow:hidden;position:relative;text-decoration:none;width:245px}.cards_grid_wrapper .cards_wrapper .card{background-position:50%;background-size:cover;display:grid;height:100%;left:0;place-items:center;top:0;transition:.25s ease-out;width:100%}.cards_grid_wrapper .cards_wrapper .card_wrapper:hover .card{transform:scale(1.1)}.cards_grid_wrapper .cards_wrapper .card:before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%}.cards_grid_wrapper .cards_wrapper span{color:#fff;font-size:1.25rem;font-weight:700;left:50%;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);width:95%;z-index:1}@media only screen and (min-width:677px){.cards_grid_wrapper .cards_wrapper{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:676px){.cards_grid_wrapper .cards_wrapper{grid-template-columns:1fr}}