.motorcycle__section--detail-features .motorcycle__text a {
    display: inline;
    text-decoration: underline;
    color: #000;
}
.motorcycle__section--detail-features .motorcycle__text a.icon_blank:after {
  content: "";
  display: inline-block;
  background: url(../../../../../motor/assets/img/common/icon_expand.svg);
  background-size: contain;
  margin-left: 0.5em;
  margin-right: 0.2em;
  vertical-align: text-top;
}

@media screen and (max-width: 768px) {
  .motorcycle__title:before {
    top: 0.5lh !important;
    left: -5.33vw;
    width: 4vw;
  }
}
