.history-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:36px}.history-heading h2{margin:0}.history-heading>p{max-width:470px;margin:0;font-size:16px}
.history-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:70px}.history-chapter{border-top:2px solid var(--red);padding-top:24px}.history-chapter-title{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:17px;margin-bottom:30px;color:var(--muted)}.history-direction{flex-shrink:0;color:var(--red);font-size:23px;line-height:1;font-weight:400}
.history-events{list-style:none;padding:0;margin:0}.history-events>li{display:grid;grid-template-columns:70px minmax(0,1fr);gap:20px}.history-year{padding-top:1px;color:var(--red);font-size:24px;font-weight:600;white-space:nowrap;line-height:1.4;font-variant-numeric:tabular-nums}.history-event{position:relative;border-left:1px solid #cdd3d8;padding:0 0 30px 24px}.history-event:before{content:'';position:absolute;left:-5px;top:10px;width:9px;height:9px;border:2px solid white;border-radius:50%;background:var(--red);box-shadow:0 0 0 1px var(--red)}.history-event h4{font-size:20px;line-height:1.5;margin:0 0 8px;color:var(--ink)}.history-event p{font-size:16px;line-height:1.85;margin:0}.history-events>li:last-child .history-event{padding-bottom:0;border-left-color:transparent}
@media(max-width:1050px){.history-layout{gap:34px}.history-events>li{grid-template-columns:60px minmax(0,1fr);gap:12px}.history-event{padding-left:20px}.history-year{font-size:22px}}
@media(max-width:780px){.history-heading{display:block}.history-heading>p{margin-top:18px}.history-layout{grid-template-columns:1fr;gap:36px}.history-events>li{grid-template-columns:65px minmax(0,1fr)}.history-chapter-title{margin-bottom:24px}.history-event h4{font-size:19px}}
