.custom-posts-container{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.custom-post{overflow:hidden;cursor:pointer;transition:transform 0.3s;background-color:#fff}.custom-post:hover{transform:scale(1.02)}.custom-post-thumbnail{width:100%;height:350px;background-size:cover;background-position:center}.custom-post-content{padding:15px}.custom-post-title{margin:0 0 10px;color:#222;font-family:"Poppins",Sans-serif;font-size:18px;font-weight:700;letter-spacing:.5px;margin-bottom:0;margin-top:5px;line-height:30px}p.custom-post-excerpt{color:#363636;font-family:"Poppins",Sans-serif;font-weight:400;line-height:26px;font-size:14px;width:95%}.custom-post-link{display:inline-block;color:#6D218A;text-decoration:none;border-radius:4px;font-family:"Poppins",Sans-serif;font-size:14px;font-weight:700}@media (max-width:767px){.custom-posts-container{display:grid;grid-template-columns:repeat(1,1fr);gap:35px}}