h2.verse-sub {
    position: relative;
}
 
#jos-bookmark {
   position: absolute;
   right: -60px;
   top: 50%;
   transform: translateY(-50%);
}
 
.josb-btn {
   width: 50px;
   height: 50px;
   padding-top: 4px;
   background: #ffd700;
   text-align: center;
   border-radius: 50px;
   cursor: pointer;
}
 
.josb-btn:after {
   font-family: Ionicons;
   content: "\f12e";
   font-size: 30px;
   color: #363636;
}