/* Section: Hero */
.partnerships-hero { 
  background: radial-gradient(82.99% 50% at 50% 50%, #F8F9FC 0%, #E1E6EF 100%);
}
.partnerships-hero * {
    transition: all ease 0.5s;
}
.partnerships-hero a { text-decoration: none; ;}
.partnerships-hero img {
  filter: drop-shadow(8px 14px 10px rgba(0, 0, 0, 0.3));
}
.partnerships-hero .title { 
  color: var(--primary-midnight-blue-color);
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.partnerships-hero .title sup { 
  top: -0.25em;
}
.partnerships-hero img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom;
}
@media all and (min-width: 1200px) {
  .partnerships-hero .tail:nth-of-type(1) .title {
    margin-left: -40px;
}
}
/* Heor aniamtion */
@media (prefers-reduced-motion: no-preference) {
  .partnerships-hero .tail:hover img {
    filter: drop-shadow(12px 18px 20px rgba(0, 0, 0, 0.3));
    transform: scale(1.1) translateY(-10px);
  }
  .partnerships-hero .tail:hover .title {
    color: var(--hover-color);
  }
}


/* Section: Icelandair dates */
.icelandair-dates, .china-airlines-partner {
  background: #F7F9FF;
  padding: min(80px, 6%) min(15px, 0%);
}
.icelandair-dates h2 {
  color: #090F23;
  font-size: clamp(2rem, calc(2vw + 1rem), 3rem);
  line-height: clamp(2.5rem, calc(4vw + 1rem), 3.5rem);
}
.icelandair-dates h2 span {
  color: var(--heading-1-text-color);
}
.icelandair-dates p, .icelandair-dates ul li {
  line-height: 1.5rem;
}
.icelandair-dates img {
  height: 100%;
  max-height: 356px;
  object-fit: cover;
}

/* Section: Icelandair getaways */
.icelandair-getaways {
  padding: min(80px, 6%) min(15px, 0%);
}
.icelandair-getaways h2 {
  color: #090F23;
  font-size: clamp(2rem, calc(2vw + 1rem), 3rem);
  line-height: clamp(2.5rem, calc(4vw + 1rem), 3.5rem);
}
.icelandair-getaways h2 span {
  color: var(--heading-1-text-color);
}
.icelandair-getaways p, .icelandair-getaways ul li {
  line-height: 1.5rem;
}
.icelandair-getaways img {
  height: 100%;
  max-height: 356px;
  object-fit: cover;
}
