.tx-category-tours:not(:first-child) {
    margin-top: 45px;
}

.tx-category-tours .tx-head {
    margin-bottom: 30px;
    font-size: 22px;
    /* color: var(--fs-color-secondary); */
}

.tx-category-tours .content {
    font-size: 16px;
}

.tx-category-tours .content .desc {
    width: 50%;
    font-size: 15px;
}

.tx-category-tours .tx-head h2 {
    font-size: 35px;
    color: var(--fs-color-secondary);
}

/*  */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=EB+Garamond:wght@400;500;600&family=Cormorant+Garamond:wght@600&display=swap');

.bbthx-card {
  /* max-width: 900px; */
  margin: 0 auto;
  background: #ffffff;
  /* font-family: 'EB Garamond', serif; */
  padding: 30px 24px;
}

.bbthx-headline {
  font-family: 'Alex Brush', cursive;
  font-size: 56px;
  color: #221f1c;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.bbthx-grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 40px;
  align-items: start;
}

.bbthx-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5.4;
  overflow: hidden;
  border-radius: 2px;
}

.bbthx-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.bbthx-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 37px;
  background: #ff0000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  cursor: pointer;
}

.bbthx-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.advantages-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.advantages-list li .icon {
    width: 28px;
}

.advantages-list li .icon img {
    position: relative;
    top: 6px;
}

.advantages-list li .content h3 {
    line-height: unset;
    height: unset;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    font-size: 17px;
    color: #000;
}

.advantages-list li .content div {
    font-family: 'Poppins';
    font-size: 15px;
    margin-top: 5px;
}
.bbthx-signature {
    text-align: right;
    font-weight: bold;
}
.bbthx-nav a {
    margin-inline: 15px;
}

.bbthx-nav {
    text-align: center;
    margin-top: 15px;
}
/*  */


