.other-service {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.other-service .wrapper {
  padding: 24px;
  background: #fef5ed;
  border-radius: 12px;
}
.other-service .wrapper img {
  width: 140px;
}
.other-service .wrapper.hospital {
  background: #dbffdb;
}
.other-service .wrapper.hospital img {
  width: 120px;
}
.other-service .wrapper.trim {
  background: #ffeaff;
}
.other-service .wrapper.trim img {
  width: 120px;
}
.other-service .wrapper.walk {
  background: #dbedff;
  margin-bottom: 30px;
}
.other-service .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #f39b4f;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 550px) {
  .other-service .title {
    font-size: 20px;
  }
}
.other-service .title::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 3px;
  width: 31px;
  height: 31px;
  background-image: url(../images/dog-stamp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .other-service .title::before {
    left: 10%;
  }
}
@media screen and (max-width: 400px) {
  .other-service .title::before {
    left: 0%;
  }
}
.other-service .title::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 3px;
  width: 31px;
  height: 31px;
  background-image: url(../images/dog-stamp-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .other-service .title::after {
    right: 10%;
  }
}
@media screen and (max-width: 400px) {
  .other-service .title::after {
    right: 0%;
  }
}
.other-service .text-wrap {
  padding: 8px 0 0;
}
.other-service .text-wrap p {
  line-height: 2;
  font-size: 0.9rem;
}
@media screen and (max-width: 550px) {
  .other-service .text-wrap p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 400px) {
  .other-service .text-wrap p {
    font-size: 1rem;
  }
}
.other-service .under {
  display: flex;
}
.other-service .under .img-wrap {
  flex: 4 1 0;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
@media screen and (max-width: 400px) {
  .other-service .under .img-wrap {
    flex: 4 1 0;
  }
}
.other-service .under .img-wrap img {
  max-width: 200px;
}
.other-service .under .btn-wrap {
  flex: 5 1 0;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .other-service .under .btn-wrap {
    padding: 16px 0;
  }
}
.other-service .under .btn-wrap a {
  background-image: linear-gradient(135deg, #f9d423, #ff9b9c);
  color: white;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  border-radius: 12px;
  font-size: 1rem;
  padding: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .other-service .under .btn-wrap a {
    font-size: 1.1rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .other-service .under .btn-wrap a {
    line-height: 22px;
    padding: 8px;
  }
}/*# sourceMappingURL=style-add.css.map */