#topics {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 30px;
}

.topics-section-background {
    background-image: url('../images/web-26.png'), url('../images/web-27.png');
    background-repeat: no-repeat;
    background-position: right 50%, left bottom;
    background-size: 13%, 22%;
}

#topics-title {
    text-align: left;
    font-family: 'IBM Plex Sans', serif;
    color: black;
    font-weight: bold;
    font-size: 45px;
    padding-top: 30px;
}

#topics-memo {
    text-align: left;
    font-family: 'IBM Plex Sans', serif;
    color: black;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#topics-container {
    padding-top: 10px;
    font-family: 'Open sans', serif;
    width: 100%;
    max-width: 1000px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#topics-container-row {
    display: table-row;
    max-width: 1000px;
    min-width: 400px;
}

#topics-container-item {
    display: table-cell;
    font-family: 'IBM Plex Sans', serif;
    width: 250px;
    min-width: 250px;
    margin-left: 20px;
    height: 230px;
    vertical-align: top;
}

.topics-container-item-spacer {
    display: table-cell;
    width: 20px;
    height: 100%;
}

.topics-container-item-logo {
    width: 100%;
    height: 100px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}



.fci-bg-insight {
    background-image: url('../images/web-10.png');
}

.topics-container-item-content {
    background-repeat: no-repeat;
    padding-top: 20px;
    background-size: 100% 100%;
    width: 100%;
    height: 300px;
}

.topics-positions-link {
    font-family: 'IBM Plex Sans', serif;
    color: black;
    font-size: 22px;
    margin-top: 20px;
    width: 100%;
    text-align: right;
}

.topics-positions-link a {
    text-decoration: none;
    color: white;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/web-arrow-white.png');
}

/*
    Table with sample topics for our projects
*/
.topics-list-table {
    width: 100%;
    display: table;
    font-family: 'IBM Plex Sans', serif;
    color: white;
    font-size: 18px;
}

.topics-list-row {
    display: table-row;
    margin-bottom: 10px;
}

.topics-list-row-cell {
    display: table-cell;
    padding: 10px;
}

.topic-icon-cell {
    width: 90px;
    background-size: 50px;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.topic-icon-cell-sdcloud {
    background-image: url('../images/web-18-i.png');
}

.topic-icon-cell-sdlitica {
    background-image: url('../images/web-19-i.png');
}

.topic-icon-cell-insight {
    background-image: url('../images/web-20-i.png');
}

.topic-code-cell {
    width: 100px;
    text-align: center;
    vertical-align: top;
}

.topic-title-cell {
    width: 300px;
}

.topic-summary-cell {
    font-size: 14px;
}

@media only screen and (max-device-width: 760px), (max-width: 760px) {
    
    #topics-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    #topics-container-item {
        display: block;
        width: 90%;
        position: relative;
        padding-top: 50%;
        margin-left: auto;
        margin-right: auto;
        
    }

    #topics-memo {
        font-size: 10px;
    }
    
    .topics-container-item-content {        
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 25px;
        background-position: left top;
        padding: 50px;
        padding-top: 120px;
        font-size: 40px;
        width: auto;
        height: auto;
    }
    
    .fci-bg-engine p {
        margin-left:120px;
    }

    .topic-summary-cell {
        display: none;
    }

    .topics-list-row {
        height: 150px;
    }

    .topics-positions-link {
        display: none;
    }

    #topics {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    #topics-title {
        font-family: 'IBM Plex Sans', serif;
        font-weight: bold;
        color: black;
        font-size: 65px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        background-size: 50%;
    }

    #topics-memo {
        font-family: 'IBM Plex Sans', serif;
        color: black;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .topics-projects-holder {
        width: 90%;
        min-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }

    .topics-list-table {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}