.header-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5px;
}

.header-logos {
  display: flex;
  align-items: center;
}

.header-logos .header-logo1 img,
.header-logos .header-logo2 img {
  width: 169px;
  height: 33px;
  margin-right: 44px;
}

.header__content {
  color: #2A2D35;
  font-family: Sansation;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.ancora {
  margin-right: 30px;
}

/* Media query para dispositivos móveis */
@media (max-width: 900px) {
  .header-module {
    flex-direction: column;
    
  }

  .header-logos {
    margin-bottom: 20px;
  }

  .header-logos .header-logo1 img,
  .header-logos .header-logo2 img {
    width: 156px;
    height: 35px;
    margin-right: 20px;
  }
  
  .ancora {
    margin-right: 5px;
}
