.post {
}

.post__text {
  /* text-align: center; */
  padding-top: 16px;
}

/* @media screen and (min-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} */

.booking {
}

.booking__container {
}

.booking__wrap {
}

.booking__title {
  /* text-align: center; */
}

.booking__text {
  margin-top: 20px;
  /* text-align: center; */
}

.booking__flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}

.booking__flex.booking__flex--header {
  /* align-items: baseline; */
  justify-content: initial;
  gap: initial;
}

.booking__left {
}

.booking__left.booking__left--header {
  margin-top: 100px;
  padding-bottom: 10px;
  margin-left: -50px;
}

.header_reverse_btn {
  margin: 30px 0 !important;
}

.booking-tel {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none !important;
  color: initial !important;
}

.booking__left-text {
}

.booking__right {
}

.booking-link {
  margin-top: 20px;
}

.booking__button {
  width: 150px;
  text-align: center;
  display: inline-block;
  /* border: 1px solid #000; */
  background-color: #e05d5d;
  text-decoration: none !important;
  padding: 20px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.booking__button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 990px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* insta */
.insta {
}

.j-module {
}

.n {
}

.j-header {
}

.insta__wrap {
}

.insta__title {
  margin-top: 20px;
}

.insta__text {
  margin-top: 20px;
}

.insta__img {
  margin-top: 20px !important;
}

.insta__link {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.insta__button {
  /* border: 1px solid #668ad8; */
  border-radius: 2px;
  display: inline-block;
  width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: white !important;
  background-color: #668ad8;
  transition: 0.3s;
}

.insta__button:hover {
  opacity: 0.7;
}
