.cl .cards{margin:-10px}.cl .cards .card{background:#fff;border:1px solid #cdcdcd;border-radius:12px;cursor:pointer;margin:10px;padding:24px;position:relative;transition:all .2s ease}.cl .cards .card:hover{background:#f2f2f2}.cl .cards .card.sib{align-self:flex-start}.cl .cards .card .plus{position:absolute;right:20px;top:20px}.cl .cards .card .plus:after,.cl .cards .card .plus:before{background:#620d5a;content:"";display:block;height:4px;position:relative;transition:all .5s ease;width:20px}.cl .cards .card .plus:before{top:4px}.cl .cards .card .plus:after{transform:rotate(90deg)}.cl .cards .card.open .plus:after{transform:rotate(0deg)}.cl .cards .card .icon img{background:#fff;border-radius:50%;height:100px!important;object-fit:scale-down;width:100px!important}.cl .cards .card .add{display:none;margin-top:30px}.cl .cards .card .add>div :last-child,.cl .cards .card .desc>div :last-child{margin-bottom:0}@media (min-width:768px){.cl .cards{display:flex;flex-wrap:wrap}.cl .cards .card{align-items:flex-start;display:flex;flex:0 0 calc(50% - 20px);flex-wrap:wrap}.cl .cards .card .icon{flex:0 0 calc(20% - 20px);margin-right:20px}.cl .cards .card .desc{flex:0 0 80%}.cl .cards .card .add{flex:1 0 100%}}@media (max-width:767px){.cl .cards .card{margin-bottom:20px}.cl .cards .card .plus{left:20px;right:auto}.cl .cards .card .icon{margin-bottom:-25px;margin-left:auto;max-width:100px}}