.help-section{padding-block:var(--section-padding-y)}.help-section .help-card{display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:flex-start}.help-section .help-card:not(:last-child){margin-bottom:var(--margin-base)}.help-section .help-card h2{margin:0;margin-bottom:var(--margin-base)}.help-section .help-card .paragraph:not(:last-child){margin-bottom:calc(var(--margin-base)/2)}.help-section .help-card .link-box{display:flex;align-items:center;align-self:center;gap:calc(var(--margin-base)*2)}@media(max-width:767px){.help-section .help-card .link-box{flex-direction:column}}.help-section .help-card .link-box .circle{width:200px;height:200px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--color-gradient);margin-bottom:calc(var(--margin-base)/2)}.help-section .help-card .link-box .circle svg{width:130px;height:130px;color:#fceda9}.help-section .help-card .link-box .circle.blue{background:#17009b}.help-section .help-card .link-box .circle.blue svg{color:#fff}.help-section .help-card .link-box .circle.bgNone{background:transparent}.help-section .help-card .link-box p{max-width:200px;text-align:center;color:var(--color-red)}.help-section .help-card .link-box p.blue{color:#17009b}