.help-card{display:flex;justify-content:center;align-items:center;min-height:150px;background-color:var(--color-primary-yellow);color:var(--color-white);border-radius:var(--border-radius);transition:box-shadow .2s linear,background-color .15s ease-in}.help-card span{text-align:center;font-size:1.25rem;font-weight:var(--font-weight-medium);letter-spacing:.025em;line-height:24px}.help-card:hover{box-shadow:0 8px 29px #373f5032;background-color:var(--color-primary-red);color:var(--color-white)}@media only screen and (max-width:749px){.help-card{min-height:100px}.help-card span{font-size:1rem}}html[lang=fr] .help-card span{font-size:1.1rem}
