.projectsholder{
    margin-top: 40px;
}

.projectsholder{
    font-family: var(--main-font-family);
    line-height: 1.5;
    font-size: 1.2em;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.projectsholder table{
    width: 100%;
}

.projectsholder table td{
    padding: 20px;
    border-top: 5px solid var(--main-nav-color);
    text-align: left;
    width: calc(100% - 40px);
}

.projectsholder table .leftpane{
    width:30%;
}

@media only screen and (max-width : 1200px) 
{
    .projectsholder table .leftpane{
        width:70%;
    }
}