div#options__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 36px;
    align-items: flex-end;
    gap: 0.5rem;
  }
  
  p#participaciones {
    bottom: -10px;
    left: 2%;
  }
  
  div#div__right__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
  
  div#div_ord {
    right: 15%;
    bottom: 2%;
  }

  #container_comentarios {
    background: var(--main-gray);
    padding: 3%;
    height: 400px;
    overflow-y: scroll;
  }

  @media only screen and (min-width: 1024px) {
    p#participaciones {
      flex-grow: 1;
    }
  
    div#div__right__wrapper {
      flex-grow: 1;
      flex-direction: row;
      justify-content: flex-end;
    }
  
    div#options__wrapper {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }
  