@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
.introduction-subtitle {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  text-align: justify;
}
.yachting-introduction-text p {
  text-align: justify;
}
.yachting-text-container {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.yachting-text-container .captain-title {
  font-family: cormorantgaramond;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #6e6865;
  margin-bottom: 1rem;
  text-align: left;
}
.yachting-text-container .captain-subtitle {
  font-family: cormorantgaramond;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6fafbe;
  margin-bottom: 1rem;
  text-align: left;
}
.yachting-text-container__p-wrapper h3 {
  font-family: cormorantgaramond;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  margin-bottom: 2rem;
  text-align: justify;
}
.yachting-text-container__p-wrapper p,
.yachting-text-container__p-wrapper ul {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  text-align: justify;
}
.yachting-text-container__p-wrapper .more-span {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6eafbf;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
}
.yachting-card .card-title {
  font-family: cormorantgaramond;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #6e6865;
  margin-bottom: 1rem;
  text-align: left;
}
.yachting-card .card-content {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  text-align: justify;
}
.yachting-card .center-desktop-text {
  text-align: left;
}
.yachting-special {
  width: 100%;
}
.alice-bg {
  background-color: #f6f7f9;
}
@media only screen and (min-width: 992px) {
  .yachting-text-container {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
  .yachting-text-container .captain-title {
    font-family: cormorantgaramond;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 80px;
    letter-spacing: normal;
    color: #6e6865;
    margin-bottom: 2rem;
    text-align: left;
  }
  .yachting-text-container .captain-subtitle {
    font-family: cormorantgaramond;
    font-size: 35px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    color: #6fafbe;
    margin-bottom: 1rem;
    text-align: left;
  }
  .yachting-text-container__p-wrapper h3 {
    font-family: cormorantgaramond;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #6e6865;
    margin-bottom: 2rem;
    text-align: justify;
  }
  .yachting-text-container__p-wrapper p,
  .yachting-text-container__p-wrapper ul {
    font-family: gotham-book;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #6e6865;
    text-align: justify;
  }
  .yachting-text-container__p-wrapper .more-span {
    font-family: gotham-book;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #6eafbf;
    text-align: justify;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 0;
    margin-right: 0;
  }
  .yachting-card .card-title {
    font-family: cormorantgaramond;
    font-size: 35px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    color: #6e6865;
    margin-bottom: 1rem;
    text-align: left;
  }
  .yachting-card .card-content {
    font-family: gotham-book;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #6e6865;
    text-align: left;
  }
  .yachting-card .center-desktop-text {
    text-align: center;
  }
  .yachting-special {
    width: 50%;
  }
}
