section.sobre {
    display: block;
    overflow: hidden;
    padding: 200px 0;
}

section.sobre .container {
    position: relative;
}

section.sobre .container::after {
    content:'';
    width: 50vw;
    height: 100%;
    left: 50%;
    top: 0;
    display: block;
    position: absolute;
    background: url(../img/sobre-faixada.jpg) no-repeat right center;
    background-size: cover;
    z-index: 1;
}

section.sobre .col-md-6 {
    margin: 40px 0;
}

section.sobre .content {
    position: relative;
    z-index: 3;
    margin-right: -120px;
    padding: 90px;
    padding-left: 0;
}

section.sobre .content::after {
    content: '';
    width: 100vw;
    height: 100%;
    display: block;
    background: url(../img/bg-content-sobre.jpg) right center no-repeat #fff;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 50px #00000021;
}

section.sobre h2 {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}

section.sobre blockquote {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2;
}

section.sobre blockquote:before {
    content:'“';
    font-weight: bold;
    color: var(--marrom);
    font-family: var(--font);
    margin-right: 5px;
    font-size: 28px;
    display: inline-block;
}

section.sobre blockquote:after {
    content: '„';
    font-weight: bold;
    color: var(--marrom);
    font-family: var(--font);
    margin-left: 10px;
    font-size: 28px;
    display: inline-block;
}

section.sobre p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 400;
}

section.sobre a.cta__primary {
    display: flex;
    align-items: center;
}

section.sobre a.cta__primary i {
    display: table;
    width: 2px;
    height: 20px;
    background: var(--marrom);
    margin-right: 10px;
    position: relative;
}

section.sobre a.cta__primary i::before {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: -9px;
    top: 9px;
    background: var(--marrom);
}

section.sobre a.cta__primary:hover i, section.sobre a.cta__primary:hover i::before {
    background: #fff;
}
