.breadcrumb h3 a:not(#title_project){
    color: var(--color_text);
}
section.projetos {
    padding-bottom: 60px;
}
section.projetos .content{
    display: flex;
    flex-direction: column;
}
section.projetos .text-introduction {
    margin-bottom: 50px;
    order: 2;
}
section.projetos .text-introduction p{
    font-size: 18.75px;
    font-weight: 400;
}
section.projetos .text-introduction h3{
    font-size: 20.83px;
}
.galeria{
    order: 1;
    margin: auto;
    column-count: 3;
    /* columns: 3; */
    column-gap: 10px;
}
.galeria .image {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
}
.galeria .image img{
    vertical-align: middle;

    max-width: 100%;
    min-width: 100%;
}
section.lead{
    background-image: url("../img/leads/projetos.webp");
}
@media(max-width: 768px) {
    .breadcrumb h3{
        font-size: 12px;
        align-items: start;
        padding-top: 20px;
        padding-bottom: 30px;
        row-gap: 0px;
    }
    .galeria{
        column-count: 2;
    }
}