.saiba-base{
    padding-top: 44px;
}
.titulo-base{
    text-align: center;
    margin-bottom: 24px;
}
.titulo-base h4{
    color: #FFF;
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.saiba-link{
    display: flex;
    justify-content: center;

}
.a1, .a2{
    margin-right: 100px;
}
.saiba-link a{
    display: flex;
    padding: 10px 59px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 28px;
    background: #EADA94;
    color: #011B33;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

@media (max-width:1100px) {
   
    .saiba-link{
        flex-flow: column;
    }
    .a1, .a2{
        margin-right: 0px;
    }
    .saiba-link a{
        text-align: center;
        display: flex;
        padding: 10px 59px;
        align-items: center;
        text-decoration: none;
        margin-bottom: 20px;
    }    
}