.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 20px;
  gap: 60px;
}

.hero-left {
  max-width: 520px;
}

.hero-left h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0d2b45;
}

.hero-left p {
  margin: 20px 0;
  color: #555;
}

.hero-section img {
  width: 100%;
  border-radius: 12px;
}

.activities-view .view-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

.cta-section {
  text-align: center;
  padding: 60px 20px;
  background: #0d2b45;
  color: #fff;
  border-radius: 12px;
}

.block {
  margin-bottom: 60px;
}

h2 {
  text-align: center;
  margin-bottom: 25px;
}

