.page-content{ position:relative; }

.sobre-history{ display:flex; flex-wrap:wrap; gap:6rem; margin-bottom:2rem; justify-content:center; }
.sobre-history .sobre-history-item .sobre-history-year{ display:block; width:100%; text-align:center; font-size:1.8rem; font-weight:600; margin-bottom:2rem; }
.sobre-history .sobre-history-item .sobre-history-circle{ position:relative; display:flex; align-items:center; justify-content:center; width:10rem; height:10rem; border-radius:50%; margin:0 auto 1rem auto; font-size:1.6rem; color:#fff; font-weight:500; }
.sobre-history .sobre-history-item:nth-child(1) .sobre-history-circle{ background-color:var(--color); }
.sobre-history .sobre-history-item:nth-child(2) .sobre-history-circle{ background-color:var(--color-secondary); }
.sobre-history .sobre-history-item:nth-child(3) .sobre-history-circle{ background-color:var(--color-accent); }
.sobre-history .sobre-history-item:nth-child(1) .sobre-history-circle::before{ content:''; position:absolute; height:5px; width:12rem; background-color:var(--color); left:100%; top:50%; transform:translateY(-50%); }
.sobre-history .sobre-history-item:nth-child(2) .sobre-history-circle::before{ content:''; position:absolute; height:5px; width:12rem; background-color:var(--color-secondary); left:100%; top:50%; transform:translateY(-50%); }
.sobre-history .sobre-history-item:nth-child(3) .sobre-history-circle::before{ content:''; position:absolute; height:5px; width:3rem; background-color:var(--color-accent); left:100%; top:50%; transform:translateY(-50%); }
.sobre-history .sobre-history-item:nth-child(3) .sobre-history-circle::after{ content:''; position:absolute; height:2rem; width:1.4rem; left:calc(100% + 3rem); top:50%; transform:translateY(-50%); background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 26.98 38.1'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23a146ae; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M4.36.55l21.54,16.25c1.44,1.09,1.44,3.25,0,4.34L4.37,37.54c-1.79,1.36-4.37.09-4.37-2.17V2.73C0,.48,2.57-.8,4.36.55Z'/%3E%3C/svg%3E") no-repeat center; background-size:contain; }

.sobre-excerpt{ font-size:2.2rem; margin:0 0 2rem 0; text-align:center; }
.sobre-text{ margin-bottom:1.2rem; }
.sobre-text p{ font-size:1.4rem; margin:0 0 2rem 0; text-align:center; color:var(--color-secondary); }