.custom-brand-detail-banner {
  .media-wrap {
    aspect-ratio: 360 / 412;
    width: 100%;
    max-height: 412px;
  }

  .banner-inner-box {
    padding-block-end: 40px;
    padding-inline: 20px;

    > h2 {
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      line-height: 42px;
      letter-spacing: -0.036px;
      color: #FFF;
    }

    > p {
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      color: rgba(255, 255, 255, 0.80);
    }
  }
}
