.counter-section{display:flex;flex-flow:row wrap;justify-content:space-around;background-color:var(--color-accent-bright);padding:40px;gap:1rem}.counter-section__counter{margin-bottom:1rem;text-align:center}.counter-section__counter__number{font-size:36px;color:var(--color-text-darkest);font-weight:bold}.counter-section__counter__title{font-size:18px;color:var(--color-text-darkest)}.key-section{display:flex;flex-flow:column nowrap;margin:0 auto;width:100%;max-width:100%}.key-section__title{text-align:center;font-size:24px;margin-top:3rem;margin-bottom:1rem;width:100%}.key-section__columns{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));grid-template-rows:auto;grid-column-gap:4rem;grid-row-gap:1rem;justify-content:center;background-color:var(--color-accent-bright);padding:40px 6rem}@media screen and (max-width:600px){.key-section__columns{grid-template-columns:repeat(1,minmax(150px,1fr))}}.key-section__column{text-align:left;align-items:baseline;max-width:100%}.key-section__column p{word-wrap:break-word}.key-section__column:before{content:'';position:absolute;top:0;left:0;width:2rem;height:2px;background-color:var(--color-accent-tertiary)}.key-section__column__icon-before{cursor:pointer;margin-bottom:1rem;display:block;position:relative;top:0;left:0;right:10px;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23687FCB'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e")}