.cruise-about-ship {
  @extend %flexbox-column;

  @include breakpoint(sm) {
    flex-direction: row;
  }

  .about-ship-facts {
    .btn {
      align-self: flex-start;
    }
  }
}

.cruise-heading-section {
  padding-bottom: $margin-quadruple;

  .background-tui-white {
    &:nth-last-child(2) {
      border-bottom-left-radius: $border-radius-normal;
      border-bottom-right-radius: $border-radius-normal;
      margin-bottom: $margin-normal;
      padding-bottom: $margin-double;
    }
  }
}
