

/*--------------------------------------------------------------
# BİYOMEF ANASAYFA BANNER BÖLÜMÜ
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("https://www.biyomef.com/wp-content/themes/Biyomef-2025v1/assets/img/hero-bg.jpg") top center;
  background-size: cover;
}
