.kdhs-brand a{
         font-weight: 500; 
         color: var(--roarange);
         text-decoration: none;
      }
      .kdhs-text-top{
         margin-bottom: 0; 
         padding-bottom: 0; 
         padding-top: 1.25vw;
      }
      .kdhs-text-bottom{
         margin-top: -0.9rem;
         margin-bottom: 0;
      }
      .kdhs-text-top a{
         font-weight: 300;
         text-decoration: none; 
         color: var(--white);
      }
      .kdhs-text-bottom a{
         text-decoration: none;
         color: var(--white);
         font-size: calc(0.5rem + 0.8vw);
      }
      .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: 991px) {
         .kdhs-brand{
            margin-top: -1rem;
         }

         .kdhs-text-top{
            padding-top: 0rem;
            margin-top: -1.8rem;
         }
         .kdhs-text-bottom{
            margin-top: 0;
         }
         .kdhs-text-bottom a{
            font-size: calc(1rem + 0.3vw);
         }

         .mobile-veneer-xl{
            font-size: clamp(5rem, 16px + 20vw, 10rem) !important;
         }
         .mobile-veneer-3{
            font-size: clamp(2rem, 16px + 5vw, 4rem) !important;
         }
      }