.services-card{width:100%;max-width:30.4375rem;height:100%;-webkit-transition:-webkit-transform var(--animation-default);transition:-webkit-transform var(--animation-default);transition:transform var(--animation-default);transition:transform var(--animation-default), -webkit-transform var(--animation-default);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media screen and (width>=1921px){.services-card{gap:1.5625vw;max-width:25.3646vw}}@media screen and (width<=1700px){.services-card{gap:1.25rem;max-width:22.5rem}}@media screen and (width<=1350px){.services-card{max-width:20.8125rem}}@media screen and (width<=750px){.services-card{max-width:18.125rem}}.services-card__image{border-radius:var(--radius-primary);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:25.875rem;overflow:hidden}@media screen and (width>=1921px){.services-card__image{height:21.5625vw}}@media screen and (width<=1700px){.services-card__image{height:19.0625rem}}@media screen and (width<=1350px){.services-card__image{height:17.8125rem}}@media screen and (width<=750px){.services-card__image{height:15.625rem}}.services-card__image picture,.services-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;-webkit-transition:var(--animation-long);transition:var(--animation-long);display:block}.services-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.services-card__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.services-card__title{z-index:1;width:100%;color:var(--text-dark-primary);font:var(--font-title-M);-webkit-transition:color var(--animation-default);transition:color var(--animation-default);margin-bottom:.9375rem;text-decoration:none}@media screen and (width>=1921px){.services-card__title{margin-bottom:.78125vw}}@media screen and (width<=1700px){.services-card__title{margin-bottom:.625rem}}@media screen and (width<=750px){.services-card__title{margin-bottom:.4375rem}}@media (any-hover:hover){.services-card__title:hover{color:var(--accent-primary-default)}}.services-card__title:before{content:"";opacity:0;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (width>=1921px){.services-card__title:before{width:100%;height:100%;top:0;left:0}}.services-card__description{color:var(--text-dark-primary);font:var(--font-body-M-r);text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;display:-webkit-box;overflow:hidden}@media screen and (width>=1921px){.services-card__description{margin-bottom:1.04167vw}}@media screen and (width<=1700px){.services-card__description{margin-bottom:.9375rem}}.services-card__button{z-index:2;position:relative}