.CartBlog{display:flex;height:380px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:25px;--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1));padding:.5rem;transition-property:var(--transition);transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.CartBlog:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.CartBlog__image img{height:160px;width:400px;border-radius:15px}.CartBlog__title{margin-top:.75rem;display:flex;width:100%;align-items:center;justify-content:center;text-align:center;font-size:15px;font-weight:600;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1))}.CartBlog__title:is(.dark *){--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartBlog__text{margin-top:.75rem;display:flex;height:100%;width:100%;align-items:flex-start;justify-content:center;font-size:15px;font-weight:300;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1))}.CartBlog__text:is(.dark *){--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartBlog__text,.CartBlog__text div,.CartBlog__text p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.CartBlog__buttun{margin-top:1.5rem;width:100%;border-radius:25px;--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1));padding:.625rem;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1));transition-property:var(--transition);transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.CartBlog:hover .CartBlog__buttun{--tw-bg-opacity:1;background-color:rgb(50 38 99/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 242 242/var(--tw-text-opacity,1))}.CartBlog:hover .CartBlog__buttun:is(.dark *){--tw-bg-opacity:1;background-color:rgb(46 182 44/var(--tw-bg-opacity,1))}