.collection-text-banner {
  @media screen and (max-width: 767px) {
    padding-top: 12px !important;
  }
  .text-banner__heading {
    font-weight: 400;
    font-style: Italic;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 16px;
    
  }

  .text-banner__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
