.introduction {
  padding: 50px 0 0 0;
}

.introduction h1 {
  font-size: 3rem;
  color: var(--mainText);
  text-align: center;
  margin-bottom: 30px;
}

.introduction .intro-content {
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}

.intro-content h2 {
  font-size: 2.2rem;
  margin: 20px 0 10px 0;
  color: var(--secondaryText);
}

.morgans-link {
  color: var(--mainText);
  font-weight: bold;
  text-decoration: none;
}

.morgans-link:hover {
  text-decoration: underline;
}

.funding {
  background-color: #f4f4f4;
  padding: 20px 0;
}
.funding .text-and-image .text-wrapper {
  flex-basis: 50%;
  display: flex;
  justify-content: center;

  flex-direction: column;
}
.funding .text-and-image .text-wrapper h3 {
  color: var(--mainText);
}

.funding .text-and-image .img-wrapper {
  text-align: right;
  background-image: url("/media/gallery/photo23.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.funding-disadvantage {
  margin-top: 30px;
  text-align: center;
  padding: 0 50px;
}

.funding-disadvantage h3 {
  font-size: 2.3rem;
  color: var(--mainText);
}

.stretching-funding {
  text-align: center;
  padding: 30px 30px;
}

.stretching-funding h3 {
  color: var(--mainText);
  font-size: 2.3rem;
}

.stretching-funding ul {
  list-style: none;
  padding: 0;
}

.stretching-funding li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.stretching-funding li::before {
  content: "•";
  width: 1em; /* keeps bullets aligned */
  text-align: right; /* locks bullet position */
  margin-right: 0.5em;
}

.funding-hours {
  margin-bottom: 0;
}

.stretching-funding small {
  margin-bottom: 20px;
  display: block;
  font-size: 0.8rem;
  color: rgb(245, 52, 52);
}

.tax-free-childcare {
  text-align: center;
  padding: 30px;
}

.tax-free-childcare h3 {
  color: var(--mainText);
  font-size: 2.3rem;
}

.tax-free-childcare ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem;
}

.tax-free-childcare li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left; /* keeps multi-line text readable */
}

.tax-free-childcare li::before {
  content: "•";
  width: 1em; /* locks bullet alignment */
  text-align: right; /* aligns all bullets vertically */
  margin-right: 0.5em;
}

.vouchers {
  background-color: #f4f4f4;
  padding: 20px 0;
}

.vouchers .text-and-image .img-wrapper {
  flex-basis: 50%;
  background-image: url(media/childcare-funding/voucher.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.childcare-support {
  padding-top: 30px;
  text-align: center;
}

.childcare-support h3 {
  color: var(--mainText);
  font-size: 2.3rem;
}

a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 900px) {
  .vouchers .text-and-image {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .stretching-funding ul {
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 1.25rem !important;
  }

  .stretching-funding li {
    display: list-item !important;
  }

  .stretching-funding li::before {
    content: none !important;
    display: none !important;
  }
  .tax-free-childcare ul {
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 1.25rem !important;
  }

  .tax-free-childcare li {
    display: list-item !important;
  }

  .tax-free-childcare li::before {
    content: none !important;
    display: none !important;
  }
}
