.service-item{display:block;background-color:#fff;box-shadow:0 3px 7px #00000029;line-height:1.3;transition:color .3s ease-in-out,background-color .3s ease-in-out}.service-item:hover{color:#fff;background-color:#64a36f}.service-item:hover .service-item__footer{border-color:transparent}.service-item__inner{height:100%;display:flex;flex-direction:column;justify-content:space-between}.service-item__cover{padding-top:50%}.service-item__title{padding:10px 15px;font-size:18px;font-weight:700;border-bottom:1px solid #f5f5f5}.service-item__description{padding:10px 15px 20px}.service-item__footer{padding:10px 15px;border-top:1px solid #f5f5f5;transition:color .3s ease-in-out;font-size:12px;color:#969696;background-color:#fff}.service-item__icons{padding-right:10px}.service-item__icons .club-icon+.club-icon{margin-left:-10px}