/**
 * Miles & More LP
 */
.miles-and-more {
  max-width: 1200px;
  margin: 0 auto 0;
}
.miles-and-more .text-blue {
  color: #05164d;
}
.miles-and-more .bg-blue {
  color: #fff;
  background-color: #05164d;
}
.miles-and-more .header-image .header {
  position: absolute;
  top: 0.5em;
  right: 0.75em;
}
.miles-and-more .header-image .header h1 {
  font-size: 1.25em;
}
.miles-and-more .header-image .header span {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .miles-and-more .header-image .header {
    top: 1.5em;
    right: 2.5em;
  }
  .miles-and-more .header-image .header h1 {
    font-size: 2em;
  }
  .miles-and-more .header-image .header span {
    font-size: 1.75em;
  }
}
.miles-and-more .card-wrapper .shadow-right-bottom {
  box-shadow: 8px 8px 10px -2px rgba(0, 0, 0, 0.3);
}
.miles-and-more .card-wrapper .card-head {
  margin: 0;
  min-height: 4.5em;
  font-size: 1em !important;
}
.miles-and-more .card-wrapper .card-head span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0.2em 0.65em 0.65em 0.2em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #fff;
  border-bottom-right-radius: 1.5em;
}
.miles-and-more .pr-6 {
  padding-right: 3.75em
}
.miles-and-more .faq {
  position: absolute;
  bottom: 0;
  right: 0;
}
.miles-and-more .faq img {
  transform: rotate(10deg);
}
.miles-and-more .accordion .card {
  border-left: none;
  border-right: none;
}
.miles-and-more .accordion .card-header {
  border-bottom: none;
  background-color: #fff;
}
.miles-and-more .accordion .btn.btn-link {
  font-weight: bold;
  color: #212529;
}
