.service-card{cursor:pointer;position:relative}@media (hover:hover){.service-card:hover .service-card__button{opacity:1}}.service-card__image{aspect-ratio:1;border-radius:16px 16px 0 0;height:100%;max-height:280px;-o-object-fit:cover;object-fit:cover;width:100%}.service-card__body{border-bottom:1px solid var(--grey_light);border-left:1px solid var(--grey_light);border-radius:0 0 16px 16px;border-right:1px solid var(--grey_light);display:flex;flex-direction:column;padding:20px}.service-card__title{font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:130%;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:16px;overflow:hidden}.service-card:has(.service-card__exp) .service-card__title{margin-bottom:8px}.service-card__exp{font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:24px}.service-card__name{margin-bottom:8px}.service-card__desc{-webkit-line-clamp:5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.service-card__button{align-items:center;display:flex;height:100%;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .2s linear;width:100%}.service-card__button:before{background:#263238;border-radius:16px;content:"";height:100%;inset:0;opacity:.7;position:absolute;width:100%}.service-card__button .button{position:relative;z-index:4}
