.framework-container {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
}

.framework-home {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

.framework-home-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-right: 6px;
}

.framework-title {
  font-family: 'Georgia', serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #111;
}

.framework-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  max-width: 90%;
}

@media (max-width: 768px) {
  .framework-title {
    font-size: 2rem;
  }
  .framework-description {
    font-size: 0.88rem;
  }
}

 {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.sdg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  grid-template-rows: 350px 350px 350px 350px 350px 350px;
  grid-auto-rows: 250px;
  margin-bottom: 30px;
}

.sdg-left {
  background-color: #e5243b;
  color: white;
  padding: 40px 30px;
  position: relative;
  grid-row: span 2;
     align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

.sdg-left::before {
  content: "1";
  font-size: 500px;
  font-weight: 800;
  opacity: 0.08;
  position: absolute;
  line-height: 1;
  bottom: -25px;
}

.sdg-left h2 {
  margin-top: 60px;
  font-size: 1.6rem;
  font-weight: 700;
}

.sdg-left p {
  font-size: 0.95rem;
  margin-top: 10px;
}

.sdg-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0;
  font-size: 0.85rem;
}

.sdg-metrics div {
  margin-bottom: 25px;
  font-size: 20px;
}

.sdg-left .btn {
  background: #e5243b;
  color: white;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  border: solid;
  border-width: 1px;
}

.sdg-tile {
  position: relative;
  overflow: hidden;
}

.sdg-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdg-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.sdg-bar img.icon {
  /* height: 26px; */
  width: 100px;
}

.sdg-text {
  display: flex;
  flex-direction: column;
}

.sdg-text span:first-child {
  font-size: 0.85rem;
  font-weight: 700;
}

.sdg-text span:last-child {
  font-size: 0.7rem;
}

@media (max-width: 1024px) {
  .sdg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sdg-left::before {
    font-size: 120px;
  }
}

@media (max-width: 600px) {
  .sdg-grid {
    grid-template-columns: 1fr;
  }
}

.why-it-matters {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Georgia', serif;
  color: #111;
}

.why-it-matters .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-it-matters h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-it-matters .intro {
  max-width: 650px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.feature {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.feature h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}
