.faq__list-title {
  margin-bottom: 20px;
}

.faq_container_maxWidth {
  max-width: var(--max-width);
  margin: 0 auto;
}

.faq__list-item {
  position: relative;
  background-color: white;
  padding: 24px 70px;
  margin-bottom: 20px;
}

.faq__list-tag {
  position: absolute;
  left: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ab2d1d;
  width: 40px;
  height: 80px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
}
