.paitCardContainer{background-color:rgba(288,288,288,0.7);min-height:290px;padding:20px;margin-bottom:20px;border:1px solid #ccc}.paitCardLeft{float:left}.paitImgContainer{border-radius:50%;border:2px solid #7b7b7b;width:230px;height:230px;overflow:hidden;text-align:center;box-shadow:2px 4px 10px 1px #7b7b7b;margin:10px auto}.paitImgContainer img{transition:all .4s ease 0s;width:100%;height:100%;object-fit:cover}.paitImgContainer:hover img{transform:scale(1.05);transition:all .5s ease .1s}.paitCardRight{margin-left:260px;color:#111}.paitCardTitle h3{margin:0 0 5px 0;color:#111}.paitCardRight p.paitSubTitle{font-size:.75rem;font-weight:bold;color:#111}.paitCardRight .paitCardBodyText p{color:#111}@media(max-width:767px){.paitCardLeft{float:none}.paitImgContainer{width:200px;height:200px;transform:all .2s ease 0s}.paitCardRight{margin-left:0}