.isotop-grid{display:flex;flex-wrap:wrap}.grid-card{aspect-ratio:1/1;background-color:#fff;border-radius:16px;box-shadow:0 20px 40px #1212121a;box-sizing:border-box;font-size:16px;line-height:1.5;margin-bottom:32px;margin-right:32px;width:calc(25% - 24px)}.grid-card:nth-child(4n){margin-right:0}.grid-card .card-link svg{fill:#d9d9d9}.grid-card .content-card-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.grid-card .card-link{position:absolute;right:24px;top:24px}.grid-card figure.image-icon{height:100%;margin:0;width:100%}.grid-card figure.image-icon img{height:100%;width:100%}.grid-card .card-link svg{height:24px;width:24px}.grid-card .btn-text.btn{font-weight:500}.grid-card .btn-text svg{width:14px}.card-popup{align-items:start;background:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:space-between;opacity:0;padding:32px;position:absolute;transition:all .3s ease;visibility:hidden;width:100%}.card-popup p{margin:0 0 8px}.grid-card .popup-text{color:#7f7f7f}.grid-card:hover{box-shadow:0 20px 40px #12121233}.grid-card:hover .card-popup{opacity:1;visibility:visible}@media (max-width:1023px){.grid-card:nth-child(2n){margin-right:0}.grid-card{width:calc(50% - 16px)}}@media (max-width:767px){.grid-card{margin-right:0;width:100%}}