.saiba-base {
    margin-top: 50px;
    padding-top: 44px;
}
.titulo-base {
    text-align: center;
    margin-bottom: 24px;
}
.titulo-base h4 {
    color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: var(--font-size-xl);
}
.saiba-link {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.a1,
.a2 {
}
.saiba-link a {
    display: inline-flex;
    padding: 10px 59px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 28px;
    background: white;
    color: #545454;
    font-family: "Roboto";
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
}

.saiba-link a:hover {
    background-color: #bcae87;
    color: white;
    border: 1px white solid;
}

@media (max-width: 1100px) {
    .saiba-link {
        flex-flow: column;
        gap: 4px;
    }
    .a1,
    .a2 {
        margin-right: 0px;
    }

    .saiba-link a {
        text-align: center;
        display: flex;
        padding: 10px 59px;
        align-items: center;
        text-decoration: none;
        margin-bottom: 8px;
    }
}
