.section-projects{
    max-width: 1920px;
}

.title-project{
    display: flex;
    justify-content: center;
    color:#F39100;
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
.cont-project{
    position: relative;
}

.item-project{
    position: relative;
    width: 100%;
    height: 40rem;
    display: flex;
}
.section-0{
    flex-direction: row-reverse;
}
.item-proj{
    position: relative;
}
.part-proj{
    width: 50%;
}

.date-proj{
    display: flex;
    align-items: center;
    color: var(--title);
    background: #F3F4F8;
    justify-content: center;
}
.cont-date{
    width: 30rem;
}
.proj-title{
    margin: 0;
}
.proj-date{
    position: relative;
}
.line{
    width: 100%;
    height: .07rem;
    background: #B8B8B8;
    margin: .7rem 0;
}
.sub-info{
    color: var(--sentence);
    font-size: .9rem;
    line-height: 1.3rem;
}
.proj-description{
    text-align: justify;
}
