.list-extra .bgimg {
  height: 200px;
  background-position: center;
}

.boxlist .content h3 {
  margin-bottom: 0;
}

.splide__list {
  height: 650px;
}

@media only screen and (max-width: 800px) {
  .splide__arrows {
    display: none !important;
  }
}

.splide__arrow {
  background-color: #ff9934;
  width: 48px;
  height: 48px;
  border-radius: unset;
  opacity: unset;
}

.splide__arrow--next {
  right: -70px;
}

.splide__arrow--next svg {
  fill: #fff;
}

.splide__arrow--prev {
  left: -70px;
}

.splide__arrow--prev svg {
  fill: #fff;
}

.splide__pagination__page.is-active {
  background-color: black;
  transform: scale(1);
}

.section-caroverview .car-card .card-title {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin: 0;
}

.section-caroverview .car-card .card-car,
.section-caroverview .car-card .card-cartype {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

section.section-caroverview .car-card .camper-season,
section.section-caroverview .car-card .camper-price,
section.section-caroverview .car-card .camper-date {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  list-style: none;
  padding-left: 0;
}

.section-caroverview .car-card .camper-discount {
  font-size: 12px;
  line-height: 32px;
  color: #000;
  text-align: end;
  list-style: none;
  padding: 0;
}

section.section-caroverview .car-card .card-info {
  font-size: 16px;
  line-height: 24px;
  color: #000;

  padding: 0;
}

section.section-caroverview .car-card .card-info li {
  list-style-type: none !important;
  padding: 0;
}

.section-caroverview .car-card .card-info .info-container {
  display: flex;
  align-items: center;
}

.section-caroverview .car-card .card-info .info-container .info-icon {
  margin-right: 20px;
}

.section-caroverview .car-card .card-info .info-container .info-icon svg {
  height: 40px;
  width: 40px;
}

.section-caroverview .car-card .card-buttons {
  display: flex;
  justify-content: flex-start;
}

.section-caroverview .car-card .card-buttons .card-button {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 0 20px;
  height: 48px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.item-cards .item-card .item-card-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.item-cards .item-card .item-card-text {
  font-size: 16px;
  line-height: 24px;
}

.staff-item-cards .staff-card-header {
  display: flex;
  align-items: flex-end;
}

.staff-item-cards .staff-image {
  width: auto;
  height: 200px;
}

.staff-item-cards .staff-image .bgimg {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}
