.ProjectList.lGR1Zt49 {
    font-family: 'Arimo', sans-serif !important;
    color: white;
    overflow: auto;
    margin: auto;
    max-width: 1000px;
    max-height: 700px;
}

.ProjectList.lGR1Zt49 .project {
    padding-bottom: 1rem;
    border-bottom: 3px solid #2a4954;
    margin-bottom: 2.8rem;
    width: 100%;
}

.ProjectList.lGR1Zt49 .project:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ProjectList.lGR1Zt49 .project .date {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.ProjectList.lGR1Zt49 .project .date svg {
    margin-right: 1rem;
}

.ProjectList.lGR1Zt49 .project .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.ProjectList.lGR1Zt49 .project .short-description {
    font-size: 1.7rem;
}

.ProjectList.lGR1Zt49 .status {
    padding: 2rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProjectList.lGR1Zt49 .d-none {
    display: none;
}