
.header-banner {
  background-color: #006DCE;
  width: 100%; 
  height: 93px; 
  text-align: center; 
  padding: 20px; 
  margin-top: 55px;
  position: relative; 
  overflow: hidden; 
}

.module-header {
  margin-top:6px;
  color: white;
  text-align: left;
  font-weight: bold !important;
}

.header-banner img {
  position: absolute; 
  right: 20px;
  transform: translateY(-50%); 
  width: 300px;
  pointer-events: none;
}

.header-banner.ad {
    background-color: rgb(218, 33, 33); 
    width: 100%; 
    height: auto; 
    text-align: center; 
    padding: 20px; 
  }


  