.title-question,
.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: normal;
}

.title-question{
    height: 39px;
}

.page-qa .items {
    height: 260px;
}

.question--content {
    height: 87px;
}

.items-qa .content{
    padding-top: 0 !important;
}

.error-message{
    color: #dc3545;
    line-height: normal;
    font-size: 0.8rem;
}