.custom-random-blog-section{width:100%}.custom-random-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.custom-random-blog-card{width:100%}.custom-random-blog-image{display:block;width:100%;overflow:hidden}.custom-random-blog-image img{display:block;width:100%;height:220px;object-fit:cover;transition:transform .3s ease}.custom-random-blog-card:hover .custom-random-blog-image img{transform:scale(1.05)}.custom-random-blog-title{margin:12px 0 6px;font-size:18px;line-height:1.3}.custom-random-blog-title a{color:#fff;text-decoration:none}.custom-random-blog-title a:hover{opacity:.85}.custom-random-blog-excerpt{color:#fff;font-size:14px;line-height:1.5;margin-bottom:12px}.custom-random-blog-more{display:inline-block;color:#fff;text-decoration:none;font-size:13px;font-weight:600}.custom-random-blog-more:hover{text-decoration:underline}@media (max-width:991px){.custom-random-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.custom-random-blog-grid{grid-template-columns:1fr}}