/* ----------------------
# Turning Every Touchpoint into Revenue for Airlines page CSS - Desktop
---------------------------*/
.explore-list li {
  flex: 1;
  border-right: 1px solid rgba(173, 191, 250, 0.6);
  padding-right: 20px;
  margin-right: 20px;
}
.explore-list li:last-child {
  border-right: none;
}
.explore-list li p {
  margin-bottom: 0px;
}
.sec2-icon-size {
  width: 45px;
  height: 45px;
}
.sec2-icon {
  border-radius: 8px;
  padding: 7px;
}
#sec2 svg {
  width: 45px;
  height: 45px;
  fill: #2e53e1;
}
.hero-banner .bg-dark-overlay:after {
  background: linear-gradient(
    180deg,
    #000000 -33.76%,
    rgb(76 74 74 / 34%) -19.09%,
    rgb(63 61 61 / 60%) 31.59%,
    rgb(26 25 25 / 86%) 66.03%,
    rgb(10 10 10 / 98%) 79.65%,
    #000 94.54%
  );
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  /* ----------------------
# Turning Every Touchpoint into Revenue for Airlines page CSS - MObile
---------------------------*/
  .explore-list li {
    margin-right: unset;
    padding-right: unset;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(173, 191, 250, 0.6);
  }
  .explore-list li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
