@media screen and (max-width: 479px) {
  #container #wrapper_str h2.rankNewVerheading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .rankNewVerheading::after {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 1.5em;
    width: 5px;
    background-color: #fff;
    content: '';
    display: block;
  }
  #container #wrapper_str .rankNewVerheading .rankigdateModified {
    float: none !important;
    top: 0 !important;
  }
}