.container {
  position: relative;
  p {
    word-break: break-all;
    margin-right: 35px;
    text-align: justify;
    min-height: 153px;
  }
  .copy {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    cursor: pointer;
    &:hover {
      color: #4BB8FF;
    }
  }
}