.home-zag {
  position: relative;
  overflow: visible;
  min-height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  padding: 55px 0;
  width: 100%;
}

.home-zag::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/07/site-bg-3-city-min.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}

.home-zag h1 {
    color: #1b3054;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
.home-zag h2 {
  color: #cdcdcd;
  font-size: 55px;
  margin: 17px 0px;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 1650px) {
}

@media (max-width: 1400px) {
  .home-zag h2 {
    font-size: 39px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .home-zag h2 {
    font-size: 29px;
  }

  .home-zag{
    padding: 32px 0;
  }

  .home-zag h1{
    font-size: 32px;
  }
}

