.wa-fs-alertbox-big{display:flex;flex-direction:row;align-items:stretch}.wa-fs-alertbox-big__left{width:20%;display:flex;justify-content:center;align-items:center;padding:var(--space-m);background-color:var(--shade-light)}.wa-fs-alertbox-big__left svg{min-width:4rem;min-height:4rem;width:4rem;height:4rem}.wa-fs-alertbox-big__content{display:flex;flex-direction:column;width:100%;gap:var(--space-xs);background-color:var(--shade-ultra-light);padding:var(--space-s);justify-content:center}@media (max-width:767px){.wa-fs-alertbox-big{flex-direction:column;justify-content:center;align-items:center}.wa-fs-alertbox-big__left{width:100%;padding:var(--space-s)}.wa-fs-alertbox-big__left svg{height:2.5rem;width:2.5rem;min-width:2.5rem;min-height:2.5rem}}