.united-nations-goals-banner {
  background: #a5def9;
}
.united-nations-goals-banner .banner-content {
  padding-top: 150px;
  p {
    font-weight: 400;
    font-size: clamp(2.5rem, 2.0909rem + 2.0455vw, 3.625rem);
    color: #bc4599;
    line-height: 1;
  }
  h1 {
    color: #0b5eac;
    font-size: clamp(4rem, 3.5909rem + 2.0455vw, 5.125rem);
  }
}
.the-bank-dtails-wrapper {
  background: #f8fbf6;
}
.goals-heading {
  margin-bottom: 36px;
  h1 {
    font-weight: 700;
    font-size: 25.23px;
    margin-top: 36px;
    color: #303030;
    margin-bottom: 6px;
  }
  p {
    font-weight: 400;
    font-size: 15.69px;
  }
}
.goal-section {
  height: 100%;
  margin-bottom: 0;
  padding: 2rem 1.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.goal-section:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.goal-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #eef6e9;
  margin-bottom: 6px;
}
.goal-section__icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.goal-section h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: center;
  margin-block: 14px 10px;
}
.goal-section p {
  font-weight: 400;
  font-size: 15.69px;
  color: #5c5c5c;
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  body {
    padding: 15px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 20px;
  }

  .goal-section {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  p {
    font-size: 1rem;
  }

  .container {
    padding: 15px;
  }
}
