/*
   CTA COMPARTILHADA DAS PÁGINAS DE SERVIÇOS
   Centraliza os botões da chamada final e apresenta a informação de
   atendimento presencial e online de maneira consistente em cada serviço.
*/
.servico-cta-buttons,
.incapacidade-cta-buttons,
.acidente-cta-buttons,
.auxilio-cta-buttons,
.pensao-cta-buttons,
.revisao-cta-buttons,
.salario-cta-buttons {
    justify-content: center;
}

.servico-cta-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.servico-cta-location i {
    color: var(--cor-destaque);
}

@media (max-width: 600px) {
    .servico-cta-location {
        flex-direction: column;
        text-align: center;
    }
}
