.career-top-header {
 min-height: 20vh;    
 display: flex;    
 justify-content: center;    
 align-items: center;

}

.career-top-header  img {

	max-height: 12vh;
    max-width: 90vw;
    width: auto;
    height: auto;
    display: block;
}


.center-wrap {
   
  display: flex;
  align-items: center;    
  justify-content: center; 
  padding: 1rem;           
}

   .link-group a {
	  color: #FFFFFF;
  }
.link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;          
}

 

/* Responsive behavior: stack on small screens */
@media (max-width: 640px) {
  .link-group {
    flex-direction: column;    
    gap: 1rem;                
    width: 100%;
    max-width: 20rem;        
  }


}
