.faq-right-block {
  gap: 20px;
  min-height: 162px;
}

.faq-right-upper {
  display: flex;
  gap: 12px;
  min-height: 60px;
  margin-left: 16px;
  max-width: 100%;
}

.faq-right-lower {
  border-radius: 8px;
  margin-left: 16px;
  background-color: #fff7ed;
}

.faq-right-image {
  width: 60px;
  height: 60px;
}

.faq-right-text {
  flex: 1;
  min-height: 60px;
  min-width: 0;
  max-width: 100%;
}

.faq-right-name {
  padding-top: 15px;
  min-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.faq-right-svg-block {
  display: flex;
  height: 12px;
  margin-top: 8px;
  transform: scaleX(-1);
}

.faq-right-svg {
  margin-right: auto;
  width: 14px;
  height: 12px;
  transform: translate(23px);
}

.faq-right-path {
  width: 14px;
  height: 12px;
  fill: #fff7ed;
}

.faq-right-bubble-text {
  min-height: 85px;
  padding: 12.5px;
  font-size: 16px;
  font-weight: 400;
  background: #fff7ed;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

.faq-right-name a:hover {
  text-decoration: underline;
}

.faq-right-image-editor {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.faq-right-image-div {
  width: 100%;
  height: 100%;
}

.faq-right-image-img {
  width: 100%;
  height: 100% !important;
  pointer-events: none;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff7ed;
}

.faq-right-image-span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 100px;
  border-radius: 50%;
  border: 2px solid #fff7ed;
}
