.project {
    width: 70%;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    position: relative;
    left: auto;
    right: auto;
}

/* TÍTULO E AFINS */
.infos_proj {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-top: 20px;
}

.titulo_proj,
.client_proj,
.ano_proj {
    display: flex;
    flex-direction: column;
}

.infos_proj h1, 
.descripition_proj h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
}

.infos_proj p {
    margin: 5px 0 0;
    font-size: 36px;
}

.ano_proj,
.client_proj{
    align-items: end;
}

.client_proj{
    margin-right: -35%;
}

/* DESCRIÇÃO */

.descripition_proj {
    width: 100%;
}

.descripition_proj p{
    font-size: 18px;
    margin: 8px 0 0;
    display: block !important;
    width: 100% !important;
    text-align: justify !important;
    text-align-last: left !important;
    line-height: 1.5;
}

/* CRÉDITOS */
.credit {
    display: flex;
    flex-direction: column;
}

.project h1 {
    margin: 0;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 200;
}

.project_nomes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.nome {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 20px;
    align-items: start;
}

.nome > p {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
}

.branding_names {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.branding_names p {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
}

/* FOTOS */
.images{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 10px;
}

.images img{
    margin-top: 10px;
}
