

#upaep__header_txt {   
   display: flex;
   gap: 0;
   margin-top: 0;
   margin-left: 10px;
   flex-direction: column; 
   color: #505050;
}

@media (min-width: 992px) {
   #upaep__header_txt {
       display: flex;
       flex-direction: column;
       gap: 0.28em;
       margin-left: 10px;
       margin-top: 0.55em;       
   }

    #upaep__header_txt_1 {
       font-size: 1.5em;      
       font-weight: 900;
   }

     #upaep__header_txt_2 {
       font-size: .35em;      
       
   }

      .pkp_site_nav_menu {
  background: none !important;
}
}

@media (max-width: 768px) {
  #upaep__header_txt_2 {
    display: none;
  }
}

