.card{align-items:start;background-color:#fff;border:1px solid #e8e8e8;border-radius:5px;box-shadow:0 2px 10px 0 rgba(0,0,0,.1);margin-bottom:2rem;max-width:800px;padding:1.5rem;width:100%}.card ul{margin:0}.card ul li:last-of-type{margin-bottom:0}.card__image{border-radius:50%;height:90px;-o-object-fit:cover;object-fit:cover;width:90px}.card__content p{margin-bottom:0}.card__name{font-size:1.125rem;font-weight:800;margin:0 0 .5rem}.card__title{font-weight:400}.card__text{line-height:1.5}.card__text p{font-weight:300;line-height:1.25;margin-bottom:0}@media (min-width:960px){.card{align-items:center;display:flex}.card__content{margin-right:20px;max-width:calc(100% - 130px)}.card__image-wrapper{order:2;text-align:right;width:130px}.card__image{height:110px;width:110px}.card__text p{font-size:1rem}}@media (max-width:767px){.card{margin-bottom:1rem}}