#projects {
    background-color: #f8f9fd;
    padding-top: 60px;
    padding-bottom: 80px;
}

#projects .title {
    font-weight: 600;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

#projects .item .org-name {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}

#projects .item {
    margin-bottom: 50px;
}

#projects .item:last-child {
    margin-bottom: 0;
}

#projects .item .desc {
    font-weight: 200;
    font-size: 18px;
}


@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){

}