section.sobre {
    position: relative;    
}

section.sobre .principal {
    padding: 80px 0;
}

section.sobre .row {
    align-items: center;
}

section.sobre .p-sobre {
    position: relative;
    top: -30px;
}

section.sobre .p-sobre h2 {
    font-size:44px;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: -3px;
    position: relative;
    padding-left: 60px;
    padding-top: 55px;
}

section.sobre .p-sobre h2:after {
    content:'';
    width:420px;
    height:406px;
    display: block;
    /*background: url(../../img/p-sobre.png) center center no-repeat;*/
    background-size: contain;
    position: absolute;
    top: 0;
    left:0;
}

section.sobre .texto-sobre {
    margin-top: 20px;
}

section.sobre .texto-sobre p {
    letter-spacing: 0;
    font-size: 18px;
    color:var(--roxo);
    line-height: 24px;
}

section.sobre .texto-sobre p:not(:last-child) {
    margin-bottom: 30px;
}

/* Estrutura */
section.sobre .estrutura {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 90px;
    background: #f5f5f5;
    padding: 120px 0;
}

section.sobre .estrutura h2 {
    font-size:44px;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 23px;
    color:var(--roxo)
}

section.sobre .estrutura h4 {
    font-size: 18px;
    font-weight: 500;
    max-width: 640px;
    margin: auto;
    line-height: 30px;
    margin-bottom: 40px;
}

section.sobre .estrutura .fotos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    margin:auto;
}

section.sobre .estrutura .fotos div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.sobre .estrutura .fotos img {
    display: block;
}

section.sobre .estrutura .cta_primary {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--laranja);
}