.collection-image-with-title{
    .collection__title{
        padding-top: 0; 
        padding-bottom: 0;
        .hero__title{
            margin: 0; 
            color: var(--color-section-title);
            line-height: 1.2;
        }
    }
    .hero__description{
        margin: 10px 0; 
        h1, h2, h3, h4, h5, h6 {
            color: var(--color-section-title);
            font-size: 30px;
            font-weight: 400;
            line-height: 120%;
            margin: 0 0 12px;
      
            @media (min-width: 750px) {
              font-size: 34px;
            }
          }
      
          p {
            color: var(--color-text-primary);
            font-size: 14px;
            font-weight: 400;
            line-height: 130%;
            margin: 0;
      
            &+p {
              margin-top: 12px;
            }
          }
      
          strong {
            font-weight: 600;
          }
    }
}