.sc-row.sc-cards-row{gap:3rem}.inotiv-card{align-items:stretch;cursor:pointer;display:flex;height:100%;position:relative;transition:all .4s ease}.inotiv-card .img-decor{bottom:0;left:0;right:0;transform:translate(-20px,-20px)}.inotiv-card-inside{background:#fff;border-radius:8px;box-shadow:0 0 12px rgba(0,0,0,.15);display:flex;flex-direction:column;position:relative;transition:all .4s ease;z-index:9}.inotiv-card-img{height:285px;width:100%}.inotiv-card-img img{height:100%;object-fit:cover;width:100%}.inotiv-card-content{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:20px}.inotiv-card:focus-within .inotiv-card-inside,.inotiv-card:hover .inotiv-card-inside{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translate(-4px,-4px)}