.blocks_wrapper{height:80vh;width:100%}.blocks_wrapper .block{width:300px;height:224px;background-color:#f0f1ff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.12);cursor:pointer;transition:transform .3s ease;position:relative}.blocks_wrapper .block:hover{transform:scale(1.05)}.blocks_wrapper .block .title{text-align:center;color:#030303;font-weight:700;font-size:20}.blocks_wrapper .block .subtitle{text-align:center;color:#030303;font-weight:400;font-size:16}.blocks_wrapper .block .lock{position:absolute;right:20px;top:20px}.blocks_wrapper .block:has(.lock){cursor:not-allowed;transition:none}.blocks_wrapper .block:has(.lock):hover{transform:scale(1)}