* {
    box-sizing: border-box;
}

.principal {
    line-height: 1.3;
    margin: 0;
}

.servicos-table-ul {
    margin-left: 1.5em;
    margin-bottom: 1rem;
}

.servicos-table {
    list-style: square;
    margin-bottom: 0.5rem;
}

.servicos-paragrafo {
    text-indent: 1em;
    text-align: justify;
    margin: 1rem 0;
    font-size: 1.1em;
    line-height: 1.5;
}

.agendar-atendimento {
    font-size: 1.2em;
    margin: 1rem 0;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}