.open-review-form .form-button {
  min-width: 167px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  color: #fff;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px;
}

.open-review-form {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.order-btn {
  border-radius: 10px;
  background: #ff9500;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(255, 149, 0, 0.2);
  display: flex;
  /* max-width: 310px; */
  width: 100%;
  /* height: 60px; */
  padding: 0px 0px 0px 24.5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  font-family: Satoshi;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.price {
  color: #595959;

  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px; /* 125% */
}

.rating {
  color: #595959;
  margin-top: 14px;
  margin-bottom: 40px;

  font-family: Satoshi;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 166.667% */
}
.title-div {
  margin-top: 44px;
}
.section {
  margin-top: 46px;
}

.price {
  margin-top: 12px;
}

.main-gallery-content .buttons .arrow-prev {
  position: absolute;
  top: 132.5px;
  left: -12.5px;
}
.main-gallery-content .buttons .arrow-next {
  position: absolute;
  top: 132.5px;
  right: -12.5px;
}
.main-gallery-content .buttons .arrow {
  border-radius: 10px;
  cursor: pointer;
}
.more-details {
  color: #595959;

  font-family: Satoshi;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.278px; /* 194.444% */
}
.breed-informations {
  padding-bottom: 0px;
}
.breed-informations .breed-details {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #00b240;
  padding: 16px 0px;
  gap: 16px;
}

.breed-informations .breed-details:first-of-type {
  padding-top: 0px;
}

.breed-informations .breed-details:last-of-type {
  padding-bottom: 0px;
  border: none;
}
.content-2 {
  margin-top: 44px;
}

.title-for-breed.h2 {
  margin-bottom: 20px;
}
.reviews-title.h2 {
  margin-bottom: 30px;
}
.section-home.people-reviews {
  margin-top: 50px;
}
.body-homepage .review {
  color: #595959;
  max-width: 100%;
}
.review .tracks {
  margin-bottom: 10px;
}
.person-name {
  padding: 0px;
  color: #595959;
  text-align: right;

  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px; /* 156.25% */
}

.breed-details p {
  max-width: 135px;
}

.btn-arrow {
  aspect-ratio: 1;
}
