.suporte-botao {
    width: 70px;
    height: 70px;
}


#rodape .rodape-atendimento {
    width: 25%;
}

@media (max-width: 768px) {
    #rodape .rodape-atendimento {
        width: 100%;
    }
}