.detail__panel__row figure {
  width: calc(344 / 930 * 100%);
  text-align: left;
}
.right-aligned {
  text-align: right;
}
span.fcOrange {
  color: #FF6E2A;
}

@media only screen and (max-width: 767px) {
  .detail__panel__row figure {
    width: 100%;
  }
  .right-aligned {
    text-align: unset;
  }

}
