.bookmark-wrapper {
  float: right;
}
.title.oneDRd_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .oneDRd_fragment .title.oneDRd_title h1 {
    width: 90% !important;
    margin-top: 30px;
  }
}
