

.section-all-events {
    padding: 25px 10% 0px 10%;
    background: white;
}

.section-all-events .title {
    font-weight: bold;
    font-size: 45px;
    color: #141514;

    /*margin-right: 115px;*/
}

.section-all-events .subtitle {
    font-family: Inter;
    font-size: 17px;
    color: #616B66;

    margin-top: 16px;
}

.section-all-events .tabs {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #F48120;
    font-weight: bold;
    font-size: 20px;

    margin-top: 87px;
}

.section-all-events .tabs > div {
    width: 216px;
    border-bottom: 1px transparent solid;
    padding: 10px 10px 10px 10px;

    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    cursor: pointer;
}

.section-all-events .tabs > div.active {
    border-bottom: 1px #F48120 solid;
}

.section-all-events .tabs img {
    width: 20px;
    height: 20px;
}

.all-leiloes {
    padding-top: 126px;
    background: #F8F7F7;
    padding-bottom: 40px;
}

.all-leiloes > .row {
    row-gap: 82px;
}

@media screen and (max-width: 680px) {
    .section-all-events {
        padding: 5px 5px 5px 5px;
    }

        .section-all-events .title {
            font-size: 20px;
            /*margin-right: 115px;*/
        }
}