.Custom_RichText_Three_Columns{margin:auto;max-width:1400px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(5rem,auto);column-gap:2rem;row-gap:2rem}.Custom_RichText_Three_Columns_block_hover{transition:all .1s ease-in-out}.Custom_RichText_Three_Columns_block_hover:hover{box-shadow:0 .5rem .8rem -0.1rem #3f3f3f4f;transform:translateY(-0.5rem);transition:all .1s ease-in-out}.Custom_RichText_Three_Columns_first{order:1}.Custom_RichText_Three_Columns_second{order:2}.Custom_RichText_Three_Columns_third{order:3}@media screen and (max-width:1100px){.Custom_RichText_Three_Columns{align-self:center}}@media screen and (max-width:768px){.Custom_RichText_Three_Columns{grid-template-columns:auto}}