.history .title-wrapper{text-align:center;color:var(--primary-color)}.history .history-content{display:flex;flex-direction:column;align-items:center;gap:24px}.history .history-content .history-item{width:80%;padding-bottom:24px;border-bottom:1px solid #ededed}.history .history-content .history-item:last-child{padding-bottom:0;border:none}.history .history-content .history-item .event p{line-height:2}.history .history-content .history-item .event p::before{content:'';display:inline-block;vertical-align:middle;width:4px;height:4px;background-color:var(--primary-color);border-radius:50%;margin-right:8px}@media screen and (max-width:992px){.history .history-content{gap:16px}.history .history-content .history-item{flex-direction:column;gap:8px;width:100%;padding-bottom:8px}.history .history-content .history-item .year{width:100%;font-weight:bold;color:var(--primary-color);padding-bottom:4px}.history .history-content .history-item .event{padding-left:0}.history .history-content .history-item .event p{margin:0 0 8px 0;line-height:1.5}.history .history-content .history-item .event p::before{width:3px;height:3px;margin-right:6px}}