.services-intro {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.services-intro h2 {
  font-family: 'STIX Two Text', serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.services-list h5 {
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.service-category-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  margin: 12px 0 0;
}

.service-ski-school,
.ski-school-label {
  background: #007bff;
}

.service-shop-rental,
.shop-rental-label {
  background: #f39c12;
}

.service-restaurant,
.restaurant-label {
  background: #28a745;
}

.services-list .accommo-img-area {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.services-list .accommo-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-list .card-text {
  min-height: 95px;
}

.services-empty {
  padding: 80px 0;
}

.services-empty h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .services-list h5 {
    font-size: 15px;
  }

  .services-list .card-text {
    min-height: auto;
  }

}