.services-title,
.services-section-title,
.services-feature-card__title,
.services-highlight__title,
.services-package__subtitle,
.services-package__price {
  font-family: Alike, serif;
  font-weight: bold;
  color: rgb(80, 34, 11);
}

.services-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.services-intro__content {
  max-width: 800px;
}

.services-text,
.services-package__tagline,
.services-feature span {
  font-family: Alike, serif;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}

.services-cta-button {
  font-family: Alike, serif;
  background: var(--site-brown);
  color: var(--site-cream);
  padding: 0.6rem 1rem;
  display: inline-block;
}

.services-cta-button:hover,
.services-cta-button:focus,
.services-cta-button:active {
  background: var(--site-brown);
  color: var(--site-cream);
}

.services-intro__note {
  margin-top: 1rem;
}

.services-packages__grid {
  text-align: center;
}

.services-package__card {
  border-color: transparent;
}

.services-package__card--featured {
  border-color: rgb(80, 34, 11);
}

.services-package__card-body {
  position: relative;
}

.services-package__badge {
  background: rgb(80, 34, 11);
  font-family: Alike, serif;
}

.services-package__tagline {
  font-weight: bold;
}

.services-package__button {
  background: var(--site-brown);
  color: var(--site-cream);
  border-width: 0;
  font-family: Alike, serif;
}

.services-package__button:hover,
.services-package__button:focus,
.services-package__button:active {
  background: var(--site-brown);
  color: var(--site-cream);
}

.services-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.services-feature__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 7px 8px 0 0;
  border-radius: 50%;
  background: rgb(112, 67, 44);
  opacity: 0.75;
  flex: 0 0 10px;
}

.services-feature span {
  font-weight: bold;
}

.services-feature--spacer {
  visibility: hidden;
}

.services-feature-card__title {
  margin-bottom: 0.75rem;
}

.services-gallery__col {
  width: 300px;
}

.services-gallery__image {
  height: 200px;
}

.services-style__content {
  max-width: 620px;
}

.services-style__image {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: center;

  box-shadow: 0 0.75rem 1.75rem rgba(80, 34, 11, 0.12);
}

@media (max-width: 991.98px) {
  .services-gallery__col {
    width: 100%;
    max-width: 320px;
  }
}