/* GENERAL BOXES
-------------------------------------------------- */
/* REPLACE ALL BELOW
-------------------------------------------------- */
/* FOOTER
-------------------------------------------------- */
.block-crowdbook-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
}
.block-crowdbook-cta .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-crowdbook-cta .content-wrapper .text-section {
  width: 60%;
  padding-top: 30px;
}
.block-crowdbook-cta .content-wrapper .text-section .main-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: #151c13;
  font-weight: normal;
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper .text-section .main-title {
    font-size: 32px;
  }
}
.block-crowdbook-cta .content-wrapper .text-section .description {
  font-size: 16px;
  color: #747b72;
  margin-bottom: 20px;
  white-space: pre-line;
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper .text-section .description {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper .text-section {
    width: 100%;
    margin-bottom: 40px;
  }
}
.block-crowdbook-cta .content-wrapper .booking-section {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1e291b;
}
.block-crowdbook-cta .content-wrapper .booking-section .booking-box {
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
.block-crowdbook-cta .content-wrapper .booking-section .booking-box .box-title {
  font-size: 24px;
  color: white;
}
@media (max-width: 425px) {
  .block-crowdbook-cta .content-wrapper .booking-section .booking-box .box-title {
    font-size: 20px;
  }
}
.block-crowdbook-cta .content-wrapper .booking-section .booking-box .btn {
  font-weight: normal;
}
.block-crowdbook-cta .content-wrapper .booking-section .divider {
  width: 80%;
  height: 1px;
  background-color: #35482f;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper .booking-section .divider {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper .booking-section {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .block-crowdbook-cta .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}