.what-makes-us-different {
  display: flex;
  padding: 70px 10px;
  gap: 10px;
}

.what-makes-us-different .img-wrapper {
  flex-basis: 39%;
  position: relative;
}

.what-makes-us-different .img-wrapper img {
  width: 85%;
  position: relative;
  border-radius: 50%;
}

.what-makes-us-different .text-wrapper {
  flex-basis: 58%;
  padding-left: 5%;
  position: relative;
}

.what-makes-us-different .text-wrapper h1 {
  color: var(--stndBrown);
  font-size: 3rem;
  margin-bottom: 40px;
}

.what-makes-us-different .text-wrapper .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-and-pic {
  display: flex;
}

.text-and-pic .text-wrapper {
  flex-basis: 50%;

  padding: 4% 5%;
}

.exceptional-childcare {
  background-color: #f4f4f4;
  padding: 30px 0;
}

.exceptional-childcare .text-wrapper h1 {
  font-size: 3rem;
  color: var(--stndBrown);
  margin-bottom: 30px;
}

.text-and-pic .img-wrapper {
  flex-basis: 50%;
}
.exceptional-childcare .img-wrapper {
  background-image: url(/media/whatMakesUsDifferent/exxceptional-nursery.png);
  background-size: cover;
}

.on-our-toes {
  margin-top: 30px;
  padding: 10px;
}
.on-our-toes h1 {
  text-align: center;
  font-size: 3rem;
  color: var(--stndBrown);
  margin-bottom: 35px;
}

.on-our-toes-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.left-text-wrapper,
.right-text-wrapper {
  flex-basis: 32%;
}
.on-our-toes-wrapper .img-wrapper {
  flex-basis: 34%;
}

.on-our-toes-wrapper .img-wrapper img {
  width: 100%;
  border-radius: 50%;
}

.left-text-wrapper,
.right-text-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.left-text-wrapper h2,
.right-text-wrapper h2 {
  color: var(--stndBrown);
  font-size: 1.9rem;
}

.day-nursery {
  display: flex;
  padding: 70px 10px;
  gap: 10px;
}

.day-nursery .img-wrapper {
  flex-basis: 39%;
  position: relative;
}

.day-nursery .img-wrapper img {
  width: 100%;
  position: relative;
  border-radius: 50%;
}

.day-nursery .text-wrapper {
  flex-basis: 58%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.day-nursery .text-wrapper h1 {
  color: var(--stndBrown);
  font-size: 3rem;
  margin-bottom: 40px;
}

.aims-and-objectives {
  margin-top: 70px;
}
.aims-and-objectives h1 {
  font-size: 3rem;
  color: var(--stndBrown);
  margin-bottom: 30px;
  text-align: center;
}
.aims-and-objectives h2 {
  font-size: 2rem;
  color: var(--lightBrown);
  margin-bottom: 30px;
  text-align: center;
}

.objectives {
  padding: 50px 0;
  margin-bottom: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 28px);
}
.objective-card {
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: var(--radius);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow-1);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.objective-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2);
}
.objective-card img {
  width: 75px;
  height: auto;
  margin-bottom: 18px;
}
.objective-card h3 {
  color: var(--stndBrown);
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 8px 0;
}
.objective-card p {
  margin: 0;
  color: var(--text);
}

@media (max-width: 994px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.reviews {
  margin-bottom: 40px;
}

.reviews h1 {
  text-align: center;
  font-size: 3rem;
  color: var(--stndBrown);
  margin-bottom: 30px;
  margin-top: 50px;
}
/* MEdia */
@media (max-width: 700px) {
  .what-makes-us-different {
    display: block;
    padding: 40px 10px;
  }

  .what-makes-us-different .img-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .what-makes-us-different .img-wrapper img {
    width: 70%;
  }

  .what-makes-us-different .text-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .what-makes-us-different .text-wrapper p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .what-makes-us-different .text-wrapper .content {
    top: 0%;
    transform: translateY(-0%);
  }

  .text-and-pic {
    display: block;
    text-align: center;
  }

  .text-and-pic p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-and-pic .img-wrapper {
    width: 100%;
    aspect-ratio: 1/0.5;
    background-position: center;
  }

  .on-our-toes-wrapper {
    display: block;
  }

  .on-our-toes-wrapper .left-text-wrapper .text,
  .on-our-toes-wrapper .right-text-wrapper .text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .on-our-toes-wrapper .img-wrapper {
    text-align: center;
  }
  .on-our-toes-wrapper .img-wrapper img {
    width: 60%;
  }

  .day-nursery {
    display: block;
    padding: 40px 10px;
  }

  .day-nursery .img-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .day-nursery .img-wrapper img {
    width: 70%;
  }

  .day-nursery .text-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .day-nursery .text-wrapper p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .objective-card {
    box-sizing: border-box;
    flex: 1 1 calc(50% - 30px) !important;
  }
}
