.card-wrapper{width:100%;background:#ebebeb;padding:40px 0;display:block}.card-container{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start}.card-member{position:relative;padding:20px;flex-basis:31%;margin:0 1% 30px;background:#fff;border-radius:5px;box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transition:.5s ease;transition:.5s ease}.card-member h3{margin:10px 0 5px;font-size:24px}.card-member h3 span{float:left;display:block;width:100%;max-width:50px;vertical-align:middle;margin:0 20px 0 0}.content-description{display:block;clear:both}.card-member h4{margin:0 0 10px}.card-member:hover{margin-top:-10px}@media screen and (max-width:900px){.card-container{justify-content:space-between}.card-member{flex-basis:47%;margin:0 auto 20px}.card-member img{width:100%;height:auto;max-height:360px}}@media screen and (max-width:600px){.card-member{flex-basis:98%}.card-member img{width:100%;height:auto;max-height:none}}