section .campaign-banner .card .banner-contents .bottom-contents p .pink-text {
    font-size: 45px;
  }
  
  @media screen and (max-width: 1200px) {
    section .campaign-banner .card .banner-contents .bottom-contents .large {
      font-size: 4vw;
    }
  }
  
  @media screen and (max-width: 1200px) {
    section .campaign-banner .card .banner-contents .bottom-contents p .pink-text {
      font-size: 4.2vw;
    }
  }
  