.p-history ol li{background-size:cover;background-position:left center;display:-webkit-box;display:-ms-flexbox;display:flex}.p-history ol li .year{width:120px;padding-left:1.5em;color:var(--color-primary);line-height:1;font-size:var(--text-lg);font-weight:700;position:relative}.p-history ol li .year::before{content:"";width:4px;height:100%;background-color:color-mix(in srgb, var(--color-primary-50) 50%, transparent);position:absolute;left:6px;bottom:0}.p-history ol li .year::after{content:"";width:16px;height:16px;border-radius:100%;background-color:var(--color-primary);display:block;position:absolute;top:calc((1.1em - 16px)/2);left:0}.p-history ol li dl{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.25em 0}.p-history ol li dt{width:60px;font-weight:700}.p-history ol li dd{width:calc(100% - 60px);display:grid;gap:.25em}.p-history ol li:first-of-type .year::before{height:calc(100% - (1em - 16px))}.p-history ol li:last-of-type .year::before{height:calc(1em - 16px);bottom:auto;top:0}.p-history ol li:not(:last-child)>*{padding-bottom:3.5em}