.insight-grid-title .flex-container-matic{align-items:center;display:flex;justify-content:space-between;margin:0}.insight-grid-title .matic-button{height:35px}.insight-container{display:grid;grid-auto-rows:4rem;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem 1.75rem;margin:16px 0}.item-action{align-items:center;border-radius:6px;display:flex;font-size:1rem;font-weight:700;margin-top:45px;padding:10px 15px;text-transform:uppercase}.insight-container .insight-inner{border-radius:15px;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.action-view-all>a{font-size:1rem;font-weight:700;min-width:180px}.short{grid-row:span 4}.tall{grid-row:span 5}.taller{grid-row:span 6}.insight-container .insight-inner{box-shadow:inset 0 1000px #ff0000c9;transition:all .4s}.insight-container .insight-inner:hover{box-shadow:none}.insight-link{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem}@media screen and (max-width:768px){.insight-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.insight-container{grid-template-columns:repeat(1,1fr)}.short,.tall,.taller{grid-row:span 3}}