.vote-box,
.answer-box {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 6px 0;
  height: 40px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.vote-box .count,
.answer-box .count {
  font-size: 20px;
  font-weight: 400;
}

.question-title h5 {
  font-size: 20px;
  font-weight: 400;
}

.faq-bdrd-dwn {
  height: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  padding-top: 20px;
}