.row-voltar{
    height: auto;
    padding: 4rem 0 0;
}

.downs{
    padding: 4rem 0 102px;
}

.downs .text{
    width: 717px;
    max-width: 100%;
    color: #8A8D9A;
    margin-bottom: 4rem;
}

.downs .row{
    grid-gap: 26px 0;
    margin: 0 -21px;
}

.downs .row>*{
    padding: 0 21px;
}

.downs .row>* .down{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: calc(100% - 39px);
    color: #000;
    background-color: #F7F7F7;
    padding: 8px 9px;
}

.downs .row>* .down::after{
    content: '';
    position: absolute;
    left: calc(100% + 3px);
    width: 36px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.59375 0H10.4062C10.8738 0 11.25 0.376172 11.25 0.84375V6.75H14.3332C14.959 6.75 15.2719 7.50586 14.8289 7.94883L9.48164 13.2996C9.21797 13.5633 8.78555 13.5633 8.52187 13.2996L3.16758 7.94883C2.72461 7.50586 3.0375 6.75 3.66328 6.75H6.75V0.84375C6.75 0.376172 7.12617 0 7.59375 0ZM18 13.2188V17.1562C18 17.6238 17.6238 18 17.1562 18H0.84375C0.376172 18 0 17.6238 0 17.1562V13.2188C0 12.7512 0.376172 12.375 0.84375 12.375H6.00117L7.72383 14.0977C8.43047 14.8043 9.56953 14.8043 10.2762 14.0977L11.9988 12.375H17.1562C17.6238 12.375 18 12.7512 18 13.2188ZM13.6406 16.3125C13.6406 15.9258 13.3242 15.6094 12.9375 15.6094C12.5508 15.6094 12.2344 15.9258 12.2344 16.3125C12.2344 16.6992 12.5508 17.0156 12.9375 17.0156C13.3242 17.0156 13.6406 16.6992 13.6406 16.3125ZM15.8906 16.3125C15.8906 15.9258 15.5742 15.6094 15.1875 15.6094C14.8008 15.6094 14.4844 15.9258 14.4844 16.3125C14.4844 16.6992 14.8008 17.0156 15.1875 17.0156C15.5742 17.0156 15.8906 16.6992 15.8906 16.3125Z" fill="white"/></svg>') no-repeat center,var(--main);
}

.downs .row>*:nth-child(4n + 3) .down,
.downs .row>*:nth-child(4n + 4) .down{
    background-color: #BBC9D9;
}

@media(max-width:992px){
    .downs .text{
        width: 100%;
    }
    .downs .row{
        margin: 0 -12px;
    }
    .downs .row>*{
        padding: 0 12px;
    }
}