section.intro__sobre h3 {
    font-size: 24px;
    line-height: 1.5;
}

section.sobre ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    line-height: 1.4;
}


section.sobre .text-center {
    text-align: center;
    margin-bottom: 50px;
}

section.sobre .line.border {
    border-bottom: 1px #dedede solid;
    padding-bottom: 90px;
}

section.sobre a.cta.center {
    margin: auto;
}

/* Objetivos */
section.objetivos {
    background: #f5f5f5;
    padding: 120px 0;
}

section.objetivos .title {
    margin-bottom: 90px;
}

section.objetivos h2 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

section.objetivos .title p {
    font-size: 18px;
    text-align: center;
}


section.objetivos h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.objetivos p {
    font-size: 16px;
    line-height: 1.5;
}

section.objetivos .blocos {
    display: flex;
    gap: 30px;
}

section.objetivos .blocos .bloco {
    padding: 30px;
    background: #fff;
    border-left: 6px var(--roxo-principal) solid;
    border-radius: 4px;
    box-shadow: 0 0 30px #00000010;
}

section.objetivos a.cta {
    margin: auto;
    display: table;
    margin-top: 80px;
}

section.seguranca h2 {
    font-weight: bold;
}


/* Timeline */
section.seguranca .timeline .line {
    margin-bottom: 50px;
}

section.seguranca .number {
    display: flex;
    border: 3px var(--roxo-principal) solid;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 40px;
    border-radius: 50px;
    margin-bottom: 30px;
}

section.seguranca .line.right {
    text-align: right;
}

section.seguranca .timeline .line.right .col {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
}


section.sobre.porque {
    border-bottom: 1px #dedede solid;
    margin-bottom: 120px;
    box-shadow: 0 0 50px #00000018;
    background: #fff;
} 