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