/* title highlight color */
.branding__title--custom-text > b {
  color: #ef8e33;
}

@media only screen and (min-width: 768px) {
  .blog .branding  {
    margin-left: 58px
  }

  .branding .branding__image-icon {
    position: absolute;
    top: 26px;
    left: 30px;
    height: 54px;
  }

  .agg #contentfooter .branding .branding__inner {
    margin-top: 15px;
    margin-left: 60px;
  }

  .agg #contentfooter .branding .branding__image-icon {
    left: 43px;
    top: 24px;
    height: 44px;
  }

  .story-layout #contentfooter .branding__inner {
    margin-top: 10px;
    margin-left: 60px;
  }
}

