.card{width:100%;height:100%;display:grid;place-items:center;border-radius:1.5rem;overflow:hidden;}.card__title{margin-bottom:.5rem;text-align:left;line-height:1.5rem;}.card__background-image{width:100%;height:100%;padding:1.5rem;display:flex;flex-direction:column;justify-content:end;background-size:cover;background-repeat:no-repeat;}.card__content{max-width:74%;}.card__content_sparse{display:flex;flex-direction:column;gap:.75rem;}@media(min-width:51.25rem){.card,.card__background-image,.card__background-image:before{max-width:unset;width:100%;border:none;border-image:unset;}.card__descr{transition:margin-bottom .3s}.card__content_animated{transform:translateY(67px);transition:transform .3s}.card__content_animated .card__descr{margin-bottom:.75rem}.card:hover .card__content_animated{transform:translate(0)}.card:hover .card__content_animated .card__descr{margin-bottom:0}.card_glow{width:calc(100% + 2px);height:calc(100% + 2px);position:relative}.card_glow:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;--angle: 0deg;opacity:0;border:10px solid;border-image:conic-gradient(from var(--angle),green,green,lime,lime,green,green,lime,lime,green,green) 1;transition:opacity linear .3s}.card_glow:hover:before{animation:3s rotate linear infinite;opacity:1}.card_glow .card__background-image{width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px;border-radius:inherit}@keyframes rotate{to{--angle: 360deg}}@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}}
