  .kdhs-brand a{
         font-weight: 500; 
         color: var(--roarange);
         text-decoration: none;
      }
      .kdhs-text-top{
         margin-bottom: 0; 
         padding-bottom: 0; 
         padding-top: 1.2rem;
      }
      .kdhs-text-bottom{
         margin-top: -0.9rem;
      }
      .kdhs-text-top a{
         font-weight: 300;
         text-decoration: none; 
         color: var(--white);
      }
      .kdhs-text-bottom a{
         text-decoration: none;
         color: var(--white);
      }
      .kdhs-text-top a:hover,
      .kdhs-text-bottom a:hover,
      .kdhs-brand a:hover{
         text-decoration: none;
      }
      .kdhs-text-top a:hover,
      .kdhs-text-bottom a:hover{
         color: var(--white);
      }
      .kdhs-brand a:hover{
         color:var(--roarange);
      }


      @media (max-width: 768px) {
         .kdhs-brand{
            margin-top: -1rem;
         }

         .kdhs-text-top{
            padding-top: 0rem;
            margin-top: -1.8rem;
         }
         .kdhs-text-bottom{
            margin-top: 0;
         }

         .mobile-veneer-xl{
            font-size: clamp(5rem, 16px + 20vw, 10rem) !important;
         }
         .mobile-veneer-3{
            font-size: clamp(2rem, 16px + 5vw, 4rem) !important;
         }
      }
         @media only screen and (min-width: 768px) and (max-width: 982px) {
            .mobile-veneer-xl a{
               font-size: clamp(3rem, 16px + 10vw, 10rem) !important;
            }
            .kdhs-text-top{
               padding-top: 0rem;
               margin-top: -1.8rem;
            }
            .kdhs-text-bottom{
               margin-top: 0;
            }
      }