.outside-play .text-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.outside-play .img-wrapper {
  background-image: url(media/outside-play/outside-play.png);
  background-size: cover;
}

.front-garden,
.back-garden {
  padding: 70px 0;
  text-align: center;
}

.front-garden h2,
.back-garden h2 {
  font-size: 3rem;
  color: var(--logoBlue);
  margin-bottom: 35px;
}

.front-garden p,
.back-garden p {
  width: 80%;
  margin: 0 auto 35px auto;
}

.back-garden h3 {
  color: var(--logoRed);
  margin-bottom: 35px;
}

.block {
  background-color: var(--feetGreen);
  height: 150px;
  display: block;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forest-school-video-link {
  display: flex;
  text-decoration: none;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.forest-school-video-link:hover > h3,
.forest-school-video-link:hover > i {
  transition: 0.15s ease-in-out;
  color: var(--logoRed);
}

.block h3,
.block i {
  margin: 0;
  flex-wrap: wrap;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.importance-outside-play {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  align-items: center;
}

.importance-outside-play .img-wrapper {
  flex: 1 1 calc(50% - 30px);
  position: relative;
}
.importance-outside-play .img-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.importance-outside-play .text-wrapper {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  height: 400px;
  margin: 0;
  padding: 0 3%;
}
.importance-outside-play .text-wrapper p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.importance-outside-play .text-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--logoBlue);
}

.outdoor-spaces .text-wrapper {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.outdoor-spaces .img-wrapper {
  background-image: url(media/outside-play/outdoor-spaces.png);
  background-size: cover;
  height: 470px;
}

@media (max-width: 800px) {
  .text-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .front-garden p,
  .back-garden p {
    width: 95%;
  }
  .outside-play .img-wrapper {
    background-image: url(media/outside-play/outside-play-mobile.png);
  }

  .importance-outside-play {
    display: block;
    padding: 30px 0;
  }

  .importance-outside-play .text-wrapper {
    margin-top: 30px;
    display: block;
    text-align: center;
  }

  .importance-outside-play .text-wrapper h2 {
    text-align: center;
  }
  .importance-outside-play .img-wrapper img {
    width: 300px;
  }

  .outdoor-spaces .text-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
  .outdoor-spaces {
    flex-direction: column-reverse !important;
  }
}
