.p-service-btn {
  display: inline-block;
  min-width: 195px;
  height: 54px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 0;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.p-service-btn:hover {
  background: #442506;
  color: #fff;
  opacity: 1;
}

.p-block02__item-btn {
  margin: 0;
}

.p-service-rental {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .p-service-btn {
    min-width: 180px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }

  .p-service-rental {
    margin-bottom: 40px;
  }
}
