.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);
  }
}
.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 {
  margin-bottom: 2rem;
  padding: 1.5rem;
 
  text-align: center;
}

.goal-section h2 {
  font-weight: 700;
  font-size: 15.69px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-block: 20px;
}
.goal-section p {
 
  font-weight: 400;
  font-size: 15.69px;

}

/* 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;
  }
}
