body > header {                                                                                                  
  display: block !important;                                                                                                  
}

@media only screen and (max-width:1024px) {
    .header-title-wrapper {
       display: none;
    }
}

.mx-auto.w-full.md\:w-3\/4.bg-blue-900.text-white.p-1.px-6.flex.justify-between.items-center.lg\:flex-col {
    background: #a52019;
}