.documentCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.docItem {
    text-align: center;
    border: 1px dashed lightgray;
    padding: 10px;
    word-break: break-word;
    line-height: normal;
    margin: 10px;
    border-radius: 10px;
}

a.docItem i {
    font-size: 5rem;
    margin-bottom: 18px;
    display: block;
}

.containerFull {
    width: 100%;
}

.containerFull .basicTittle {
    text-align: center !important;
}

.centerContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.smallImage{
    width: 50px;
    height: 50px;
}

.h80 {
    height: 80%;
}