.adoption-journey h2 {
  font-family: "Pedigree-UnleashedBlk";
  color: #000;
  font-size: 2rem;
}

.adoption-journey .adoption-step,
.adoption-journey .card {
  border: none;
  height: 100%;
  background: #FEFBF2;
}

.adoption-step .adoption-details {
  background-color: #f0ac03;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 130px;
  width: 140px;
}

.adoption-step img {
  width: 100px;
  margin: 0 auto;
  height: 100px;
}

.search-pink-bg {
  background: #ff9d89;
}

.search-cream-bg {
  background: #ffc080;
}

.search-lightgray-bg {
  background: #f5ece3;
}

.adoption-step .card-body {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  text-align: center;
  background-color: #fff3ca !important;
}

.adoption-step p {
  font-size: 1.2rem;
  font-family: 'Pedigree-Light';
}

.step-btn {
  color: #fff;
  font-family: 'Pedigree-Unleashed';
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

/*.step-btn:hover {
  text-decoration: none;
  color: #0000a0;
}*/

/*.step-content {
  margin-top: 12%;
}*/

/*.adoption-block-13 .adoption-step img {
  margin: 0 0 -57px 40%;
}*/

/*@media only screen and (max-width: 361px) {
  /*.step-btn {
    font-size: 1.375rem;
  }

  .adoption-step img {
    height: auto;
    margin-bottom: -46px;
  }

  .adoption-block-13 .adoption-step img {
    margin: 0 0 -46px 40%;
  }
}*/
