* {
  padding: 0;
  margin: 0;
}
body {
  font-family: sans-serif;
  font-weight: 700;
}
.blueBG {
  background-color: #085070;
  text-align: center;
  color: white;
}
.header-sec {
  padding: 23.5px;
}
.banner-image img {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.puppies-sec-first,
.puppies-sec-third {
  width: 80%;
  margin: 20px auto;
  gap: 20px;
  justify-content: space-between;
}
.missing-puppy {
  display: block;
}
.puppy-1 img,
.puppy-2 img,
.puppy-3 img,
.puppy-4 img {
  width: 100%;
  height: auto;
  /* padding-bottom: 20px; */
}
.missing-puppy {
  display: none;
  width: 100%;
  background-color: tomato;
  align-items: center;
  justify-content: center;
}
.missing-puppy p {
  box-sizing: border-box;
  color: black;
  font-size: 4vw;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}
.more-puppies {
  text-align: center;
}
.more-puppies h2 {
  font-size: 30px;
}
.puppy-1 {
  margin-bottom: 20px;
}
.puppy-3 {
  margin-bottom: 20px;
}
.footer-section {
  padding: 50px;
}
@media (min-width: 768px) {
  .puppy-1 {
    margin-bottom: 0px;
  }
  .puppies-sec-first,
  .puppies-sec-third {
    display: flex;
    justify-content: space-between;
  }
  .missing-puppy {
    display: block;
  }
  .puppy-1,
  .missing-puppy,
  .puppy-2 {
    width: 33%;
    display: flex;
  }
  .puppy-3,
  .puppy-4 {
    width: 48%;
  }
}
