
.btn-saiba {


    -webkit-box-pack: center;
    border-radius: 4px;
    width: 233px;
    height: 53px;
    font-family: 'Arial';
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    background-color: #EBCF1D;
    padding-top: 15px;
    margin-top: -100px;

}

@media (max-width: 576px) {

    .btn-saiba{
        margin-top: 20px;
    }

}
