.domestic-flights-logos {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.25rem;
  margin-bottom: var(--base-padding);
  -webkit-align-items: center;
          align-items: center;
  padding: 0 0.625rem;
  padding: 0 var(--half-padding);
  border-radius: .375rem;
  border-radius: var(--base-border-radius);
  background-color: white;
  color: #495662;
  color: var(--color-type);
}
.domestic-flights-logos__item {
  margin: 0 0.625rem;
  margin: 0 var(--half-padding);
  text-align: center;
  -webkit-flex: 1;
          flex: 1;
}
.domestic-flights-logos__caption {
  font-size: 10px;
  font-weight: bold;
}
.domestic-flights-logos__img {
  max-width: 100%;
}
.domestic-flights-logos__more {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 0.625rem;
  margin: 0 var(--half-padding);
}
@media (max-width: 767px) {
  .domestic-flights-logos {
    display: none;
  }
}
/*# sourceMappingURL=../sourcemaps/pages/content-designer.min.css.map */
