section.sobre {
    display: block;
    overflow: hidden;
}

section.sobre.interna {
    margin-bottom: 170px;
}

section.sobre .container {
    position: relative;
}

section.sobre .title {
    position: relative;
    margin-bottom: 40px;
}

section.sobre .container::after {
    content:'';
    width: 50vw;
    height: 100%;
    right: 50%;
    top: 0;
    display: block;
    position: absolute;
    background: url(../img/sobre-home.jpg) no-repeat right center;
    background-size: cover;
    z-index: 1;
    border-radius: 0 0 50px 0;
}

body.home section.sobre .container::after {
    border-radius: 0 50px 50px 0;
}

section.sobre .content {
    position: relative;
    z-index: 3;
    padding: 30px;
    border-radius: 16px;
    margin-top: 50px;
}

section.sobre h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
}

section.sobre blockquote {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 36px;
}

section.sobre p.description {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    padding-left: 30px;
    border-left: 7px #dedede solid;
    margin-left: 20px;
}

section.sobre .numeros {    
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #dedede solid;
}

section.sobre .numeros h4 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sobre .numeros h4 small {
    color: #737373;
    font-size: 36px;
}

section.sobre a.cta__whats {
    display: flex;
    align-items: center;
    margin: auto;
}

section.sobre a.cta__whats i {
    display: table;
    position: relative;
    font-size: 24px;
}