 .hl-1{ min-height: 1lh; }
 .hl-2{ min-height: 2lh; }
 .hl-3{ min-height: 3lh; }
 .hl-4{ min-height: 4lh; }
 .hl-5{ min-height: 5lh; }
 .hl-6{ min-height: 6lh; }
 .hl-7{ min-height: 7lh; }
 .hl-8{ min-height: 8lh; }

 .feature-style-three .card:hover{
    border-color: dimgray;
 }
 .double-column{
   column-count: 2;
    width: max-content;
 }
  .lang-menu{
   column-count: 3;
    width: max-content;
 }