.cate-item {
  border-bottom: 1px dashed #aeaeae;
}
.cate-name {
  padding: 1rem;
  border: 1px solid #3b2811;
}
.cate-name > h3 {
  font-family: "Libre Baskerville";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}
.service-row {
  display: flex;
  font-size: 1em;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.service-name {
  font-weight: bold;
  text-transform: capitalize;
  flex-wrap: wrap;
  white-space: wrap;
  line-height: 1.6;
}
.service-line {
  flex: 1 1 auto;
  border-bottom: 1px dashed #4e4e4e;
  height: 1rem;
  margin-left: 0.5em;
}
.service-price {
  padding-left: 0.5rem;
  min-width: auto;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}

.service-description {
  margin-bottom: 0.4rem;
  color: #2e2e2e;
}
@media (max-width: 575.98px) {
  .container p,
  .service-name,
  .service-price,
  .service-description {
    font-size: 14px;
  }
}
