.card-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.card-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 6em;
    height: 8em;
}

    .card-icon:before {
        content: "\00a0";
    }

.card-icon-client-app {
    background-image: url(../cardicons/clientapp.svg);
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-left: 4px;
}

.card-icon-configuration-app {
    background-image: url(../cardicons/configuratiorapp.svg);
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-left: 4px;
}

.card-icon-document {
    background-image: url(../cardicons/document.svg);
    transform: scale(0.5);
    margin-left: 4px;
}
.card-icon-file {
    background-image: url(../cardicons/file.svg);
}

@media (min-width:576px) {

}

@media (min-width:768px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}
