.bluqs_titlecont {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.bluqs_title {
    font-weight: bold;
}

.bluqs_iconscont {
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    color: #066a92;
    min-height: 20px;
    margin-top: 5px;
}

.bluqs_icons {
    cursor: pointer;
}