.single-pet {
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.single-pet-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.pet-title h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b75bb;
  color: #fff;
  height: 142px;
  padding: 0px !important;
}

.breadcrumb-pets {
  font-size: 0.9rem;
  margin: 0rem 0rem 2rem 0rem;
  color: #1b75bb;
}

.breadcrumb-pets a {
  color: #1b75bb;
  text-decoration: none;
}

.breadcrumb-pets a:hover {
  text-decoration: underline;
}

.breadcrumb-pets span {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .breadcrumb-pets {
    margin: 0rem 0.5rem 2rem 0.5rem !important;
  }

  .pet-thumbnail img {
    width: 300px;
    object-fit: contain;
    height: auto;
  }
}
