/* ==================== pag 3 ========================= */

.pag-3 {
    color: white;
    padding: 100px 0px;
}

.pag-3 p{
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: var(--letra-color);  
}

.topo-p3{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.topo-p3 h1 {
    font-size: 34px;
}

.topo-p3 p{
    text-align: center;
    margin: 0px 355px;
}

.testemunhas-aria {
    margin: 0px 130px;
}

.testemunhas {
    display: flex;
    gap: 30px;

    margin-top: 60px;
}

.pessoa {
    width: 100%;
    height: 212px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding: 30px;

    border: solid 1px white;
    border-radius: 5px;
}

.foto-nome {
    display: flex;
    gap: 20px;
    align-items: center;
}

.foto-nome p {
    color: white;
    font-size: 18px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* ==================== pag 3 ========================= */