.answer-btn {
  width: 100%;
  max-width: 500px;
  height: 70px;
  padding: 10px 20px;
  text-align: center;
  white-space: normal;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.main-container {
  max-width: 500px;
  margin: 0 auto;
}
.thumb-img {
  width: 100%;
  border-radius: 10px;
}
.test-item {
  text-align: center;
  padding: 10px;
}
.test-title {
  font-weight: bold;
  font-size: 0.95rem;
  margin-top: 5px;
}
.test-hit {
  font-size: 0.8rem;
  color: #666;
}
#carouselCounter {
  font-weight: bold;
  font-size: 0.85rem;
}