@media (min-width: 1482px) and (max-width: 1590px) {
    .ajuste {
      left: 5px !important; /* o ajusta top/bottom/transform */
      z-index: 1;
    }
  }
  
html, body, .page-wraper {
    overflow-x: hidden;
}

/* Chromium Fixes */
.hero-content h1.title {
    line-height: 1.2 !important;
    overflow: visible !important;
    min-width: 100%;
}
.hero-banner.style-1 {
    overflow: hidden; 
    position: relative;
}

/* Floating USHCC Logo */
.floating-cert {
    position: absolute;
    bottom: 10%;
    right: 5%;
    max-width: 150px;
    z-index: 10;
}