.blog-explore-section{grid-gap:20px;display:grid;grid-auto-rows:120px;grid-template-columns:repeat(3,calc(33.33% - 13.33px))}.blog-explore-item{border-radius:2px;box-shadow:0 10px 35px 0 #0000001f;cursor:pointer;margin:auto;padding:42px;transition:all .3s ease;width:310px}.blog-explore-item:hover{box-shadow:0 10px 35px 0 #0000002f;transform:translate (0,3px);transition:all .3s ease}.blog-explore-item h3{color:#fff;margin:0;text-align:center}.blog-explore-item.green{background-image:url(https://f.hubspotusercontent20.net/hubfs/2607377/Garantme_2022_Theme/_background/Active.svg);background-size:cover}.blog-explore-item.yellow{background-image:url(https://f.hubspotusercontent20.net/hubfs/2607377/Garantme_2022_Theme/_background/Active-1.svg);background-size:cover}.blog-explore-item.orange{background-image:url(https://f.hubspotusercontent20.net/hubfs/2607377/Garantme_2022_Theme/_background/Active-2.svg);background-size:cover}@media (min-width:768px) and (max-width:1199px){.blog-explore-item{padding:30px;width:230px}.blog-explore-item h3{font-size:20px}}@media (max-width:767px){.blog-explore-section{grid-template-columns:unset}}