<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.destination-card-w .destinations-card__title {
  font-family: "quincy-cf", sans-serif;
  font-size: 21px !important;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px !important;
}

.destinations-box {
  background: transparent;
  box-shadow: none;
}

.destinations-box:hover {
  box-shadow: none;
}

.destinations-box__image {
  overflow: hidden;
}
.destinations-box__image img {
  transition: transform 0.3s;
}

.destinations-box__content {
  z-index: 3;
  bottom: 0;
}

.destinations-box .destinations-box__title {
  font-family: "quincy-cf", sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 33px !important;
  margin-bottom: 0.2rem;
  transition: transform 0.3s;
}

.destinations-box .destinations-box__subtitle {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/***   on hover   ***/
a.destinations-box_link:hover .tc-box__overlay {
  opacity: 0.3;
}
a.destinations-box_link:hover .destinations-box__image img {
  transform: scale(1.1);
}</pre></body></html>