.load-more {
  margin-bottom: 0.625rem;
}
.load-more__btn {
  border: 1px solid #DBDEE8 !important;
  color: #4E5C6E !important;
  background-color: #EBECEF !important;
}
.tour-list {
  margin-bottom: 0.625rem;
}
.tour-list__actions {
  display: flex;
  align-items: center;
  margin-top: 110px;
}
.tour-list__actions-divider {
  border-top: 2px dashed #949CA7;
  flex: 1;
}
.tour-list__buttons {
  display: flex;
  justify-content: space-between;
}
.tour-list__buttons .btn {
  font-size: 14px;
}
.tour-list__buttons .btn-light-primary {
  color: #0197F6 !important;
}
