.secondSec{
    max-width: 85vw;
    margin:auto;
    height:50vh;
}
.secondSec h1{
    font-size: 1.7rem;
}
.work-timeline{
    background: white;
    width: 75vw;
    height: 3px;
    margin: 56px 0;
}
/* .work-text{
    position: relative;
    top: 18px;
    width:75vw;
    margin:5px 3rem;
    font-size: 20px;
    background-color: red; 
} */
.work-text {
    /* margin: 2vh 0; */
    padding: 2vh 2vw;
    display: grid;
    justify-content: left;
    grid-template-columns: auto auto auto;
    font-size: 20px;
}



.duration-item {
    grid-column: 1/4;
}

.work-specifics{
    position:relative;
    margin:5px 3rem;
    font-size: 16px;
    /*background-color: red;*/
}
#work-desc{
    position: relative;
    margin: 5px 6rem;
}

@media screen and (max-width: 1000px){
    /* ul{
        display: none;
    } */
    /* .secondSec{
        height:75vh;
    } */
    .work-text{
        font-size: inherit;
    }
    .secondSec{
        max-width: 85vw;
        margin: auto;
        height:70vh;
    }
    #work-desc{
        position:  relative;
        margin: 5px 7px;
        font-size: small;
    }

    .work-text{
        position: relative;
        margin: 5px 1rem;
    }
}