.scenic-tours-tab-content {
  max-width: 884px;
}
.w-calc-24 {
  width: calc(100% - 24px);
}
.row-2 {
  margin-right: -8px;
  margin-left: -8px;
}
.row-2>* {
  padding-right: 8px;
  padding-left: 8px;
}
.scenic-input-icon {
  top: 16px;
  left: auto;
  right: 10px;
}
.border-green-1 {
  border-color: var(--green-1) !important;
}
.scenic-passenger-count-accordion .accordion-item:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .scenic-package-itinerary-list figure {
    max-width: 187px;
  }
}
@media (min-width: 992px) {
    .modal-m-large {
        max-width: 900px;
    }
}

@media (min-width: 576px) {
  .stop-img {
    width: 187px;    
  }
  .stop-img + div {
    width: calc(100% - 187px);
  }
}

/* QA - Scenic */
.view-aircrafts,
#selectAircraftModal figure + div.p-12,
button figure + div.p-12,
.scenic-package-search-list div.p-12 {
  text-align: left;
} 
button figure + div.p-12 p.w-calc-24 {
  line-height: 1.4;
}