.breadcrumbs-area .breadcrumb-nav .breadcrumb-item.single-list > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-title);
  text-transform: capitalize;
  font-family: var(--Kaushan);
}

.section-title .pera p {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.6;
}

.single-team .team-info-title .pera {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

div.pera > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

.tour-details-content div.pera > ol, .tour-details-content div.pera > ul {
  padding-left: 20px;
}

.tour-details-content div.pera > ol > li, .tour-details-content div.pera > ul > li {
  list-style-type: unset;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.5;
}

.destination-accordion div.pera > ol > li, .destination-accordion div.pera > ul > li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-paragraph);
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tour-details-container .tour-include-exclude .divider {
  height: unset;
}

.tour-details-container .date-travel-card table tbody td {
  min-width: unset;
}

.tour-details-container .date-travel-card table tbody th:first-child {
  padding-left: 10px;
}

.tour-details-container .date-travel-card {
  background-color: var(--primary-soft-color);
}

.destination-accordion .accordion-item, 
.destination-accordion .accordion-button:not(.collapsed),
.destination-accordion .accordion-button,
.destination-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  background-color: var(--primary-soft-color-two);
}

.separator-line {
  border-bottom: 1px solid #4B5051;
}

.table > table:not(caption) > thead > tr {
  background-color: rgb(245, 247, 249);
}

.search-header-position.right-12px {
  right: 12px;
}

.footer-wrapper .footer-middle-area .footer-body .footer-content div.pera > p {
  color: var(--primary-paragraph);
  font-size: 14px;
  font-weight: 400;
  max-width: 330px;
  line-height: 1.5;
  hyphens: unset;
}

.footer-wrapper .footer-middle-area .footer-body .footer-content div.pera > *:last-child {
  margin-bottom: 0;
}

.recent-news-list .list:last-child {
  border-bottom: none;
}