.helpdesk-blocks__grid{gap:.75rem}@media screen and (min-width:1280px){.helpdesk-blocks__grid{gap:2.5rem}}.helpdesk-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-white);border:.0625rem solid var(--color-brand-accent);-webkit-box-shadow:0 .625rem 1.25rem rgba(0,0,0,.039);box-shadow:0 .625rem 1.25rem rgba(0,0,0,.039);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center;min-height:9.875rem;padding:.5rem;text-align:center}@media screen and (min-width:768px){.helpdesk-block{min-height:14.5rem}}.helpdesk-block__icon{color:var(--color-brand-primary);height:3.5rem;margin:0 auto;width:3.5rem}.helpdesk-block__icon svg{height:100%;width:100%}.helpdesk-block__title{color:var(--color-brand-primary);-webkit-transition:color var(--duration-short) ease-out;-o-transition:color var(--duration-short) ease-out;transition:color var(--duration-short) ease-out}a.helpdesk-block{text-decoration:none}a.helpdesk-block:active .helpdesk-block__title,a.helpdesk-block:focus .helpdesk-block__title,a.helpdesk-block:hover .helpdesk-block__title{color:var(--color-brand-secondary)}