.answer-title-bloc {
  gap: 1.875rem;
  margin: 1.875rem auto;
  width: 75rem;

  @media screen and (min-width: 1024px) and (max-width: 1279px){
    padding: 0 2rem;
    width: calc(100% - 4rem);
  }

  @media screen and (max-width: 1023px){
    width: 43.75rem;
  }

  @media screen and (max-width: 767px){
    width: 21.25rem;
  }
}

.answer-title-content {
  gap: 1.25rem;
  margin-left: 18.75rem;
  display: flex;
  flex-direction: column;

  @media screen and (min-width: 1024px) and (max-width: 1279px){
    margin-left: calc(50% - 18.75rem);
  }

  @media screen and (max-width: 1023px){
    margin-left: 0;
  }

  .answer-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 0;
    margin-top: 0;

    @media screen and (max-width: 767px){
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }

  .answer-thematics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;

    .answer-link {
      background-color: #0B7BB340;
      border-radius: 3.125rem;
      display: inline-block;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 501;
      line-height: 1.5rem;
      overflow: hidden;
      padding: 0.5rem 1.875rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: black;
      text-decoration: none;
      &:visited {
        color: black;
        text-decoration: none;
      }
    }
  }

  .answer-separator {
    background-color: #D9D9D9;
    height: 0.0625rem;
    width: 100%;
  }
}

.answer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin: 0 auto 1.875rem;
  width: 67.5rem;

  @media screen and (min-width: 1024px) and (max-width: 1279px){
    gap: 0;
    padding: 0 2rem;
    width: 100%;
  }

  @media screen and (max-width: 1023px){
    flex-direction: column;
    width: 43.75rem;
    gap: 0;
  }

  @media screen and (max-width: 767px){
    width: 21.25rem;
  }
}

.back-to-questions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 13.75rem;
  text-decoration: none;
  color: black;

  &:visited {
    text-decoration: none;
    color: black;
  }

  @media screen and (min-width: 1024px) and (max-width: 1279px){
    width: 7rem;
  }

  @media screen and (max-width: 1023px){
    flex-direction: row-reverse;
    width: auto;
  }
}

.back-to-questions-text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;

  @media screen and (max-width: 1023px){
    color: #f7904a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
  }
}

.answer-right {
  width: 40rem;

  @media screen and (min-width: 1024px) and (max-width: 1279px){
    margin-left: calc(50% - 27.7rem);
  }

  @media screen and (max-width: 767px){
    width: calc(100%);
  }
}

.back-to-questions-separator {
  background-color: #F7904A;
  height: 0.125rem;
  width: 5.875rem;

  @media screen and (max-width: 1023px){
    display: none;
  }
}

.back-to-questions-arrow {
  width: 1.25rem;
}

img {
  height: auto;
  max-width: 100%;
}

.answer-page {
  max-width: 100%;
  width: 100%;
}