/* M4RTIAL V104 - visitor class integrated with the V100/V101 visual system */

.tripadvisor-dropin {
  background: var(--v100-paper);
}

.visitor-strip {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  color: white;
  background: var(--v100-black);
}

.visitor-strip::before {
  content: "VISIT";
  position: absolute;
  right: -18px;
  bottom: -48px;
  color: rgba(255, 255, 255, .032);
  font-family: var(--display);
  font-size: clamp(118px, 19vw, 265px);
  line-height: .75;
  pointer-events: none;
}

.visitor-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.visitor-strip-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 58px;
  align-items: center;
}

.visitor-strip-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  display: block;
  background: #151411;
  box-shadow: 0 34px 85px rgba(0, 0, 0, .28);
}

.visitor-strip-media picture,
.visitor-strip-media img {
  width: 100%;
  height: 100%;
}

.visitor-strip-media img {
  min-height: 500px;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(.82) contrast(1.08);
  transition: transform .65s cubic-bezier(.22, .76, .24, 1), filter .3s ease;
}

.visitor-strip-media:hover img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08);
}

.visitor-strip-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 8, .08), transparent 40%, rgba(9, 9, 8, .78));
}

.visitor-strip-frame {
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(240, 212, 122, .34);
  pointer-events: none;
}

.visitor-strip-badge {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 20px 22px;
  color: white;
  background: rgba(9, 9, 8, .86);
  backdrop-filter: blur(12px);
}

.visitor-strip-badge span,
.visitor-strip-badge strong {
  display: block;
}

.visitor-strip-badge span {
  margin-bottom: 5px;
  color: var(--v100-gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.visitor-strip-badge strong {
  font-size: 13px;
}

.visitor-strip .eyebrow.dark {
  color: #b5b1a7;
}

.visitor-strip h2,
.dropin-booking h2,
.dropin-es h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.1vw, 74px);
  line-height: .89;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.visitor-strip h2 {
  max-width: 790px;
}

.visitor-strip-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 27px;
  color: #aaa69f;
  font-size: 14px;
  line-height: 1.78;
}

.visitor-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}

.visitor-strip .button-dark {
  color: var(--v100-black);
  background: var(--v100-gold-soft);
  box-shadow: 0 15px 35px rgba(211, 169, 63, .18);
}

.visitor-strip .button-dark:hover {
  background: #ffe38a;
}

.visitor-strip .text-link {
  color: white;
  border-color: rgba(255, 255, 255, .38);
}

.visitor-strip .text-link:hover {
  color: var(--v100-gold-soft);
  border-color: var(--v100-gold-soft);
}

.visitor-strip-facts {
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.visitor-strip-facts div {
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  display: grid;
  align-content: center;
  background: rgba(18, 18, 16, .74);
}

.visitor-strip-facts dt {
  color: #858179;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.visitor-strip-facts dd {
  margin: 7px 0 0;
  color: white;
  font-family: var(--display);
  font-size: 28px;
  line-height: .92;
}

.dropin-hero {
  position: relative;
  min-height: 820px;
  padding: 0;
  overflow: hidden;
  color: white;
  background: var(--v100-black);
  isolation: isolate;
}

.dropin-hero::before {
  content: "M4";
  position: absolute;
  z-index: 1;
  top: 8%;
  left: -1%;
  color: rgba(255, 255, 255, .024);
  font-family: var(--display);
  font-size: min(48vw, 640px);
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
}

.dropin-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.dropin-hero-media,
.dropin-hero-shade {
  position: absolute;
  inset: 0;
}

.dropin-hero-media {
  left: 43%;
}

.dropin-hero-media picture,
.dropin-hero-media img {
  width: 100%;
  height: 100%;
}

.dropin-hero-media img {
  object-fit: cover;
  object-position: 46% center;
  filter: saturate(.88) contrast(1.05);
}

.v101.is-ready .dropin-hero-media img {
  animation: v101-hero-enter 1.25s var(--v101-ease) both;
}

.dropin-hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, #090908 0%, #090908 35%, rgba(9, 9, 8, .93) 46%, rgba(9, 9, 8, .22) 72%, rgba(9, 9, 8, .04) 100%),
    linear-gradient(0deg, rgba(9, 9, 8, .58), transparent 44%);
}

.dropin-hero-layout {
  position: relative;
  z-index: 3;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 390px);
  gap: 72px;
  align-items: center;
}

.dropin-hero-copy {
  padding: 104px 0 54px;
}

.dropin-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(66px, 7vw, 104px);
  line-height: .82;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.dropin-spanish {
  max-width: 560px;
  margin: -6px 0 29px;
  padding-left: 17px;
  border-left: 3px solid var(--v100-gold);
  color: var(--v100-gold-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.dropin-hero-facts {
  margin: 96px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
  background: rgba(9, 9, 8, .72);
  backdrop-filter: blur(12px);
}

.dropin-hero-facts div {
  min-height: 105px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  align-content: center;
}

.dropin-hero-facts dt {
  color: #8f8b83;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dropin-hero-facts dd {
  margin: 7px 0 0;
  color: white;
  font-family: var(--display);
  font-size: 31px;
  line-height: .92;
}

.dropin-ticker {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.dropin-overview {
  background: var(--v100-paper);
}

.tourism-products {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 86% 8%, rgba(211, 169, 63, .14), transparent 27%),
    var(--v100-black);
}

.tourism-products::after {
  content: "TRAIN";
  position: absolute;
  right: -28px;
  bottom: -54px;
  color: rgba(255, 255, 255, .024);
  font-family: var(--display);
  font-size: clamp(110px, 18vw, 250px);
  line-height: .75;
  pointer-events: none;
}

.tourism-products .container {
  position: relative;
  z-index: 1;
}

.tourism-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tourism-product {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-direction: column;
  background: rgba(18, 18, 16, .92);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .19);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.tourism-product:hover {
  transform: translateY(-7px);
  border-color: rgba(240, 212, 122, .42);
  background: #171714;
}

.tourism-product-featured {
  border-color: rgba(240, 212, 122, .62);
  background:
    linear-gradient(155deg, rgba(211, 169, 63, .17), transparent 42%),
    #171612;
}

.tourism-product-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.tourism-product-number {
  color: var(--v100-gold-soft);
  font-family: var(--display);
  font-size: 29px;
  line-height: 1;
}

.tourism-product-badge {
  padding: 7px 9px;
  border: 1px solid rgba(240, 212, 122, .26);
  color: var(--v100-gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tourism-product-kicker {
  margin: 31px 0 10px;
  color: #8f8b83;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tourism-product h3 {
  max-width: 360px;
  margin: 0;
  color: white;
  font-family: var(--display);
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: .9;
  text-transform: uppercase;
}

.tourism-product-summary {
  min-height: 68px;
  margin: 20px 0 24px;
  color: #aaa69f;
  font-size: 12px;
  line-height: 1.7;
}

.tourism-product-details {
  margin: 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.tourism-product-details div {
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
}

.tourism-product-details dt {
  color: #77736b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tourism-product-details dd {
  margin: 0;
  color: #d8d3c9;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.tourism-product .button {
  width: 100%;
  margin-top: auto;
}

.button-ghost-light {
  border: 1px solid rgba(255, 255, 255, .3);
  color: white;
  background: transparent;
}

.button-ghost-light:hover {
  border-color: var(--v100-gold-soft);
  color: var(--v100-black);
  background: var(--v100-gold-soft);
}

.tourism-price-note {
  max-width: 900px;
  margin: 22px 0 0;
  color: #858179;
  font-size: 10px;
  line-height: 1.65;
}

.dropin-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.dropin-card {
  min-height: 292px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.dropin-card:hover {
  transform: translateY(-7px);
  background: #fbf8f0;
  box-shadow: var(--shadow);
}

.dropin-card span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dropin-card h3 {
  margin: 54px 0 14px;
  font-family: var(--display);
  font-size: 33px;
  line-height: .9;
  text-transform: uppercase;
}

.dropin-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.dropin-schedule-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--v100-black);
}

.dropin-schedule-section::after {
  content: "HORARIOS";
  position: absolute;
  right: -18px;
  bottom: -38px;
  color: rgba(255, 255, 255, .026);
  font-family: var(--display);
  font-size: clamp(96px, 16vw, 220px);
  line-height: .75;
  pointer-events: none;
}

.dropin-schedule-section .container {
  position: relative;
  z-index: 1;
}

.dropin-schedule-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--v101-radius, 0);
  background: #10100f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.dropin-schedule-table div {
  min-height: 78px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 26px;
  align-items: center;
  transition: background .2s ease, padding .2s ease;
}

.dropin-schedule-table div:hover {
  padding-inline: 34px;
  background: rgba(240, 212, 122, .05);
}

.dropin-schedule-table div:last-child {
  border-bottom: 0;
}

.dropin-schedule-table span {
  color: var(--v100-gold-soft);
  font-family: var(--display);
  font-size: 24px;
  line-height: .9;
  text-transform: uppercase;
}

.dropin-schedule-table strong {
  color: #d7d2c8;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dropin-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: #89857c;
  font-size: 11px;
}

.dropin-booking {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--charcoal);
}

.dropin-booking::after {
  content: "BOOK";
  position: absolute;
  right: -14px;
  bottom: -36px;
  color: rgba(255, 255, 255, .026);
  font-family: var(--display);
  font-size: clamp(110px, 18vw, 245px);
  line-height: .75;
  pointer-events: none;
}

.dropin-booking-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
  align-items: start;
}

.dropin-booking-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 28px;
  color: #aaa79f;
  font-size: 14px;
  line-height: 1.78;
}

.dropin-booking .button-dark {
  color: var(--v100-black);
  background: var(--v100-gold-soft);
  box-shadow: 0 15px 35px rgba(211, 169, 63, .17);
}

.dropin-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.dropin-steps li {
  padding: 26px 0;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
}

.dropin-steps li > span {
  color: var(--v100-gold-soft);
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
}

.dropin-steps strong {
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dropin-steps p {
  margin: 6px 0 0;
  color: #98958e;
  font-size: 11px;
  line-height: 1.65;
}

.dropin-es {
  background: var(--v100-cream);
}

.dropin-es-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: start;
}

.dropin-es-grid > div > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.dropin-es-list {
  border-top: 1px solid var(--line);
}

.dropin-es-list div {
  min-height: 82px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: center;
}

.dropin-es-list strong {
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dropin-es-list span {
  color: var(--muted);
  font-size: 12px;
}

.dropin-contact {
  background: var(--v100-paper);
}

.tourism-partners {
  color: var(--v100-black);
  background:
    linear-gradient(120deg, rgba(211, 169, 63, .12), transparent 43%),
    var(--v100-paper);
}

.tourism-partners-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 58px;
  align-items: center;
}

.tourism-partners h2 {
  max-width: 740px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .88;
  text-transform: uppercase;
}

.tourism-partners-grid > div:first-child > p:not(.eyebrow) {
  max-width: 690px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.tourism-partner-card {
  padding: 32px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}

.tourism-partner-card > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tourism-partner-card h3 {
  margin: 21px 0 14px;
  font-family: var(--display);
  font-size: 38px;
  line-height: .9;
  text-transform: uppercase;
}

.tourism-partner-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1050px) {
  .visitor-strip-grid,
  .dropin-booking-grid,
  .dropin-es-grid,
  .tourism-partners-grid {
    grid-template-columns: 1fr;
  }

  .visitor-strip-media {
    width: min(100%, 640px);
  }

  .visitor-strip-copy {
    order: -1;
  }

  .dropin-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tourism-product-grid {
    grid-template-columns: 1fr;
  }

  .tourism-product-summary {
    min-height: 0;
  }
}

@media (max-width: 850px) {
  .visitor-strip {
    padding: 82px 0;
  }

  .dropin-hero-media {
    left: 38%;
  }

  .dropin-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .dropin-hero-facts {
    width: min(100%, 640px);
    margin: -40px 0 52px;
    grid-template-columns: repeat(4, 1fr);
  }

  .dropin-hero-facts div {
    min-height: 82px;
    border-bottom: 0;
  }

  .dropin-hero-facts div:last-child {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .visitor-strip {
    padding: 64px 0;
  }

  .visitor-strip-grid {
    gap: 30px;
  }

  .visitor-strip-media,
  .visitor-strip-media img {
    min-height: 410px;
  }

  .visitor-strip-media {
    border-radius: 18px;
  }

  .visitor-strip-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 17px;
  }

  .visitor-strip h2,
  .dropin-booking h2,
  .dropin-es h2,
  .tourism-partners h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .visitor-strip-copy > p:not(.eyebrow),
  .dropin-booking-copy > p:not(.eyebrow),
  .dropin-es-grid > div > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.65;
  }

  .visitor-strip-actions {
    display: grid;
  }

  .visitor-strip-actions .button {
    width: 100%;
  }

  .visitor-strip-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .visitor-strip-facts div {
    min-height: 78px;
    padding: 14px;
  }

  .visitor-strip-facts dd {
    font-size: 24px;
  }

  .dropin-hero,
  .dropin-hero-layout {
    min-height: 100svh;
  }

  .dropin-hero-media {
    inset: 0;
  }

  .dropin-hero-media img {
    object-position: 48% 31%;
  }

  .dropin-hero-shade {
    background:
      linear-gradient(180deg, rgba(9, 9, 8, .15) 0%, rgba(9, 9, 8, .18) 28%, rgba(9, 9, 8, .88) 62%, #090908 100%);
  }

  .dropin-hero-layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 22px;
  }

  .dropin-hero-copy {
    width: 100%;
    padding: 116px 0 0;
  }

  .dropin-hero h1 {
    font-size: clamp(48px, 15vw, 67px);
    line-height: .83;
  }

  .dropin-spanish {
    font-size: 12px;
  }

  .dropin-hero-facts {
    width: 100%;
    margin: 0 0 calc(88px + env(safe-area-inset-bottom));
    grid-template-columns: repeat(2, 1fr);
  }

  .dropin-hero-facts div {
    min-height: 72px;
    padding: 14px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .dropin-hero-facts div:nth-child(even) {
    border-right: 0;
  }

  .dropin-hero-facts div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .dropin-hero-facts dd {
    font-size: 23px;
  }

  .dropin-card-grid {
    grid-template-columns: 1fr;
  }

  .tourism-product-grid {
    width: calc(100% + 20px);
    padding: 0 20px 12px 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .tourism-product-grid::-webkit-scrollbar {
    display: none;
  }

  .tourism-product {
    width: min(86vw, 390px);
    min-width: min(86vw, 390px);
    padding: 24px 21px;
    scroll-snap-align: start;
  }

  .tourism-product:hover {
    transform: none;
  }

  .tourism-product h3 {
    font-size: 39px;
  }

  .tourism-product-summary {
    min-height: 0;
  }

  .tourism-product-details div {
    grid-template-columns: 80px 1fr;
  }

  .tourism-price-note {
    margin-top: 13px;
  }

  .dropin-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .dropin-card:hover {
    transform: none;
  }

  .dropin-card h3 {
    margin-top: 28px;
    font-size: 35px;
  }

  .dropin-schedule-table div {
    min-height: 0;
    padding: 17px 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dropin-schedule-table div:hover {
    padding-inline: 16px;
  }

  .dropin-schedule-table span {
    font-size: 22px;
  }

  .dropin-schedule-table strong {
    font-size: 11px;
    line-height: 1.5;
  }

  .dropin-steps li {
    grid-template-columns: 48px 1fr;
  }

  .dropin-es-list div {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tourism-partners-grid {
    gap: 30px;
  }

  .tourism-partner-card {
    padding: 25px 21px;
  }
}
