.hero {
  background: url("../images/Warstwa\ 0WebP.webp") no-repeat center center/cover;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.logo-bar img {
  margin-bottom: -5px;
  height: 40px;
}

.logo-bar {
  background: white;
  padding: 20px 50px;
  display: flex;
  align-items: center;
}

.logo-bar span {
  padding-right: 30px;
  font-size: 18px;
  color: #0e3b30;
}

.dealer-info {
  font-size: 20px;
}

.hero-content {
  margin-top: auto;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.hero-content h1 {
  color: white;
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .logo-bar span {
    padding-right: 15px;
    font-size: 14px;
  }
  
}
