body *:not(i) {
  font-family: "Figtree", serif;
}

footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#header-django .parent-menu {
  font-size: 16px !important;
  letter-spacing: 2px !important;
}
.activity_description .cash-i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f51e";
  font-weight: 900;
  margin-right: 10px;
  color: #189a97;
}
.activity_description .pax-i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c0";
  font-weight: 900;
  margin-right: 10px;
  color: #189a97;
}
.activity_description .port-i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13d";
  font-weight: 900;
  margin-right: 10px;
  color: #189a97;
}
.activity_description .price-i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 10px;
  color: #189a97;
}

.details-container .row div:nth-child(3),
.details-container .row div:nth-child(4) {
  display: none;
}