section.sobre .image {
    position: relative;
    padding: 90px 0;
}

section.sobre .image::after {
    content: '';
    width: 100vw;
    right: 50%;
    height: 100%;
    top: 0;
    background: #f5f5f5;
    display: block;
    position: absolute;
    z-index: -1;
}

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

section.sobre .text {
    padding-left: 56px;
}

section.sobre h3 {
    font-size: 30px;
    color: #757575;
    font-style: italic;
    font-weight: 200;
    text-transform: uppercase;
}

section.sobre h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

section.sobre h2:after {
    content: '.';
    font-weight: 900;
    color: var(--verde);
}

section.sobre p {
    margin-bottom: 30px;
    line-height: 30px;
}