.cards-grid__wrapper{display:grid;gap:1.6rem;align-items:flex-start}.cards-grid__item{position:relative;overflow:hidden}.cards-grid .cards-grid__info-item-btns{display:inline-flex;align-items:center;flex-wrap:wrap;gap:1.6rem 2.4rem;margin-top:1.6rem}@media screen and (min-width: 1200px){.cards-grid .cards-grid__info-item-btns{opacity:0}}.cards-grid .cards-grid__heading{margin-bottom:0}.cards-grid .cards-grid__item-block{position:relative;display:flex;flex-direction:column;height:100%}@media screen and (min-width: 1200px){.cards-grid .cards-grid__item-block:hover .cards-grid__info-item-btns{opacity:1;transition:all .8s ease-out}}.cards-grid .cards__subtitle{margin-bottom:1rem}.cards-grid__image{overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius)}.cards-grid__image::after{content:"";display:block;padding-bottom:var(--image_size)}.cards-grid__image img,.cards-grid__image svg,.cards-grid__image video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-2}.cards-grid__info{height:auto;z-index:2;width:100%}.cards-grid__info .cards-grid-text{margin-top:.4rem}@media screen and (min-width: 576px){.cards-grid__info .cards-grid-text{margin-top:.8rem}}.cards-grid .enable_border{padding-top:1.6rem;margin-top:1.6rem;border-top:.1rem solid rgb(var(--color-border))}.cards-grid .cards-grid__image_link{border-radius:var(--border-radius)}.cards-grid .card__image-size-small{margin-bottom:8rem}.cards-grid .card__image-size-small img,.cards-grid .card__image-size-small svg{width:1.8rem;height:1.9rem}.cards-grid .card__image-size-medium{margin-bottom:1.6rem}.cards-grid .card__image-size-medium img,.cards-grid .card__image-size-medium svg{width:4rem;height:4rem}