#financiamento {
    padding-bottom: 72px;
    position: relative;
    background: #141414;
    padding-top: 72px;
}

#financiamento .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#financiamento .b1 {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#financiamento .b1 h2:before {
    text-align: center;
}

#financiamento .b1 h2 {
    text-align: center;
}

#financiamento .b2 {
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-top: 56px;
    margin-bottom: 56px;
}

#financiamento .b2 > * {
    text-align: center;
}

#financiamento .b2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #F7F7F7;
}

#financiamento .b2 span {
    font-weight: 700;
    font-size: 29px;
    line-height: 18px;
    text-align: center;
    color: #F7F7F7;
}

#financiamento .b2 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #F7F7F7;
}

#financiamento .b2 div {
    padding: 16px;
    border-right: 1px solid #2D333D;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#financiamento .b2 div:last-child {
    border: none;
}


@media (max-width: 768px){
    #financiamento {
        padding-top: 72px;
    }

    #financiamento .row > div {
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }

    #financiamento .b2 p {
        font-size: 16px;
        line-height: 22px;
    }

    #financiamento .b1 {
        position: inherit;
    }

    #financiamento .b2 {
        margin-top: 36px;
        margin-bottom: 36px;

        flex-direction: column;
        height: 516px;
    }

    #financiamento .b2 div {
        border-right: none;
        border-bottom: 1px solid #2D333D;
        width: 100%;
    }

    #financiamento .b1,
    #financiamento .b2 {
        padding-left: 0;
        padding-right: 0;
    }

    #financiamento .b1 h2:before {
        text-align: center;
    }
}
