.portfolio-project-content {
    padding-top: 0px;
    color: #515151;
}

.portfolio-project-header-image {
    width: 100%;
    max-height: 70vh;
    min-height: 50vh;
    object-fit: cover;
}

.portfolio-project-infos-container {
   width: 100%;
   padding: 180px 0px;
}

.porfolio-project-title {
    font-family: 'AkrobatBold';
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 52px;
}

.porfolio-project-description {
    font-family: 'AkrobatLight';
    font-size: 1.7rem;
    margin-bottom: 0px;
    line-height: 28px;
}

.porfolio-project-location {
    font-family: 'AkrobatLight';
    font-size: 1rem;
    
}

.porfolio-project-text {
    font-family: 'AkrobatLight';
    font-size: 1.2rem;
    color: #515151;
}

.portfolio-project-images-container {
    width: 100%;
    min-height: 500px;
}

.separator {
    width: 1px;
    height: 70px;
    background-color: #000000;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
    .porfolio-project-title {
        font-size: 2.8rem;
        color: #515151;
    }

    .portfolio-project-infos-container {
        padding: 40px 0px;
     }
} 