.project-info{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.project-info .row{
    display: flex;
    width: 100%;
}

.project-info .row{
    display: flex;
    width: unset;
    margin-bottom: 2rem;
    margin-right: 2.78055555556rem;
    font-size: 1rem;
}

#Content .section_wrapper.read-more{
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
    position: relative;
}



#Content .section_wrapper.read-more:before{
    background: rgba(117,133,162,0.21);
    background-color: rgba(117,133,162,0.21);
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
}




.project-info .row .col.label{
    width: unset;
    font-size: 1rem;
    font-family: 'Montserrat';
    font-weight: bold;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-right: 0.5em;
    color: #26456A;
}

.project-info .row .col.info.text-field{
    width: unset;
    padding-left: 0;
    color: #707070;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 0.9rem;
}

.post-header.post-header h1{padding-left: 0;padding-right: 0;padding-bottom: 1rem;font-family: 'BEBAS NEUE';font-weight: bold;font-size: 2.66666666667rem;}

#Content .vc_section.vc_section:before {
    display: block;
    background-color: rgba(117,133,162,0.21);
    background: rgba(117,133,162,0.21);
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    bottom: 0;
    top: 0;
    content: '';
}

#Content .vc_section.vc_section {
    padding-bottom: 0;
}

@media only screen and (max-width: 780px) {
    .project-info .row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        width: calc(50% - 0.5rem);
        margin-right: 0.5rem;
    }
    .section.section-post-header{
        display: none;
    }
    .project-info .row .col.label {
        width: 100%;
        font-size: 1rem;
        font-family: 'Montserrat';
        font-weight: bold;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-right: 0.5em;
        color: #26456A;
    }
    .project-info .row .col.info.text-field {
        width: 100%;
        padding-left: 0;
        color: #707070;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 0.9rem;
    }
    .project-info .row .col.label {
        width: 100%;
        font-size: 1rem;
        font-family: 'Montserrat';
        font-weight: bold;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-right: 0.5em;
        color: #26456A;
        margin-bottom: 0.5rem;
    }
 }