/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.textbox-grid{display:grid;gap:2rem;grid-auto-rows:min-content;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}@media(max-width:1023px){.textbox-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.textbox-grid{grid-template-columns:repeat(1,1fr)}}.textbox-grid__item{background:#fff;border:1px solid #173145;border-radius:10px;padding:1.5rem;position:relative;transition:box-shadow .25s ease-in-out}.textbox-grid__item:hover{box-shadow:0 0 15px rgba(0,0,0,.15)}@media(max-width:767px){.textbox-grid__item{padding:1rem}}.textbox-grid__item h4{font-family:Rubik,sans-serif;letter-spacing:normal}
