.ast-container,
.ast-separate-container .ast-article-single {
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}

.page-id-108 .yacht-swiper {
  margin-bottom: 6rem;
}

.yacht-swiper {
  width: 100%;
  overflow: hidden;
}

.yacht-swiper img {
  width: 100%;
  /*height: 420px;*/
  object-fit: fill;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.yacht-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.yacht-meta {
  padding-top: 15px;
}

.yacht-content p {
    margin-bottom: 10px;
}

.yacht-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.yacht-content {
  display: none;
  text-align: justify;
  margin-top: 15px;
}

.yacht-content.show {
  display: block;
}

.toggle {
  font-size: 20px;
}

.yacht-btn {
  display: inline-block;
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
}

.yacht-specs {
  display: flex;
  justify-content: space-between;
  padding:40px 0;
}

.service-hero img {
    width:100%;
    height:500px;
    object-fit:cover;
}

.service-rates ul {
    list-style:none;
    padding:0;
}

.yacht-specs span {
  display: block;
  font-size: 12px;
  color: #777;
  letter-spacing: 1px;
}

.yacht-specs strong {
  font-size: 18px;
  font-weight: 600;
}

.booking_child_col p {
    color: #757575;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.booking_child_col .wp-block-heading {
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}

.booking_right_col .description-headline
 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.4;
}

.booking_description {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.booking_right_col figure {
    margin-block-start: 2px;
}

