/*
   Title: Header Styles
   Author: QBIT
   Date: 23/08/2025

   File path: /uploads/
*/

/* Header styles */
.logo {
   width: 7.5rem;
   height: 5.625rem;
   display: block;
   background: url('../uploads/svg/logo.svg') no-repeat center / contain;
   text-indent: -625rem;
}

@media (max-width: 48rem) { 

   /* Header styles */

}