.rounded-14 {
  border-radius: 14px !important;
}

.container {
  max-width: 900px;
}

.img {
  background-color: #e9ecef;
  overflow: hidden;
  background-position: center;
}
.img1 {
  background-image: url(../images/Kidz-Play-179-500x500.jpg);
  background-size: cover;
  /* background-position-y: -28px; */
}

.img2 {
  background-image: url(../images/Kidz-Play-187-1536x1024.jpg);
  background-size: cover;
}
/* body {
  font-size: 16px;
} */
.img img {
  width: 100%;
  height: auto;
}

h1 {
  font-weight: bold;
  line-height: 1.1;
  font-size: clamp(1.75rem, 5vw, 2.6rem);
  color:#d74c4c ;
}

section {
  scroll-margin-top: 90px; /* Adjust this to match your fixed header height */
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
