#projects {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 400px;
    background-image: url('../images/cloud_projects_background.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
}

#projects-title {
    text-align: center;
    font-family: 'IBM Plex Sans', serif;
    font-weight: bold;
    font-size: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#projects-container {
    padding-top: 10px;
    font-family: 'Open sans', serif;
    width: 100%;
    max-width: 1100px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*display: table;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#projects-container-row {
    display: table-row;
    max-width: 1000px;
    min-width: 400px;
}

.projects-container-item {
    font-family: 'IBM Plex Sans', serif;
    font-size: 14px;
    line-height: 22px;
    width: 300px;
    min-width: 250px;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 50px;
    padding-bottom: 20px;
}

.projects-container-item-spacer {
    display: table-cell;
    width: 20px;
    height: 100%;
}

.projects-container-item-logo {
    width: 100%;
    height: 100px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}


.fci-bg-sdcloud {
    background-image: url('../images/web-08.png');
}

.fci-bg-sdcloud p {
    margin-left: 40px;
    margin-right: 35px;
    margin-top: 20px;

}

.fci-logo-opendais {
    background-size: 30%;
    background-image: url('../images/lectern-black.png');
    margin-bottom: 20px;
}

.fci-logo-sdcloud {
    background-image: url('../images/web-05.png');
    margin-bottom: 20px;
}

.fci-bg-sdlitica {
    background-image: url('../images/web-09.png');
}

.fci-bg-sdlitica p {
    margin-left: 40px;
    margin-right: 35px;
    margin-top: 20px;
}

.fci-logo-sdlitica {
    background-image: url('../images/web-06.png');
    margin-bottom: 20px;
}

.fci-bg-insight {
    background-image: url('../images/web-10.png');
}

.fci-bg-insight p {
    margin-left: 40px;
    margin-right: 35px;
    margin-top: 20px;
}

.fci-logo-insight {
    background-image: url('../images/web-07.png');
    margin-bottom: 20px;
}
.projects-container-item-content {
    background-repeat: no-repeat;
    padding-top: 20px;
    background-size: 100% 100%;
    width: 100%;
    height: 300px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 760px) {

    #projects-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    .projects-container-item {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 20px;
        line-height: unset;
    }
        
    .projects-container-item-logo {
        width: 100%;
        height: 150px;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .fci-bg-engine p {
        margin-left:20px;
    }
}

@media only screen and (max-device-width: 760px) {
   
    #projects-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    .projects-container-item {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 20px;
        line-height: unset;
    }
        
    .projects-container-item-logo {
        width: 100%;
        height: 150px;
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .fci-bg-engine p {
        margin-left:120px;
    }

}