.adoption-journey h2 {
  font-family: "mars_centrabold";
  color: #0000a0;
  font-size: 2.375rem;
}

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

.adoption-step img {
  width: 50%;
  margin: 0 auto;
  height: 205px;
  margin-bottom: -57px;
  z-index: 1;
}

.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;
}

.adoption-step p {
  font-size: 1.125rem;
  color: #0000a0;
  font-family: "mars_centrabold";
}

.step-btn {
  color: #0000a0;
  font-family: "mars_centrabold";
  font-size: 1.75rem;
  border-radius: 50px;
  border: 2px solid;
  margin: 0 auto;
  padding: 5px 25px;
  cursor: default;
  pointer-events: 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%;
  }
}
