.large-board{padding:48px 0}.large-board__title{font-size:32px;font-weight:700;margin-bottom:12px;margin-top:0;text-align:center}.large-board__subtitle{font-size:18px;margin-bottom:36px;text-align:center}.large-board__list{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.large-board__list-item{gap:12px}.large-board__list-item,.large-board__list-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.large-board__list-item-icon{-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--primary-fixed);border-radius:50%;color:var(--primary-white);font-size:40px;height:80px;justify-content:center;padding:20px;width:80px}.large-board__list-item-icon svg{display:block;height:40px;width:40px}.large-board__list-item-icon img{max-width:100%}.large-board__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.landing-block .large-board{padding:0}@media screen and (width <= 1023px){.large-board{padding:24px 0}.large-board__title{font-size:24px;text-align:left}.large-board__subtitle{font-size:16px;line-height:1.4;margin-bottom:24px}.large-board__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-board__list-item-icon{height:60px;padding:12px;width:60px}.large-board__list-item-icon svg{height:36px;width:36px}}@media screen and (width <= 599px){.large-board__subtitle{text-align:left}.large-board__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}