body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  color: #333;
}

h2 {
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 24px;
}

span {
  font-weight: 400;
}

h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.hero {
  position: relative;
  background: url("aura-dom-tomiczki.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: center;
}

.hero-content {
  border-radius: 5px;
  z-index: 1;
  max-width: 700px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.hero-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #5c7a43;
  padding-top: 80px;
}
.hero-icons div {
  text-align: center;
  padding-bottom: 80px;
  width: 18%;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #174612;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.button {
  background-color: #5c7a43;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 8px;
  transition: background 0.3s;
}

.button:hover {
  background-color: #69ace4;
}

.socials {
  margin-top: 20px;
}

.socials a {
  margin: 0 10px;
  color: #5c7a43;
  text-decoration: none;
  font-weight: 500;
}

.socials a:hover {
  color: #174612;
}

.map-section {
  text-align: center;
  padding: 60px 20px;
  background: #69ace4;
}

.map-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 400;
}

.map-section p {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #fff;
}

.map-container {
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin: 0 auto;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .hero-icons div {
    width: 45%;
  }
}
