/* CUSTOM CSS START */

.header__bttn_wrap { margin-left: 16px; }

.item__phone {
  margin-right: 8px;

  font-weight: 700;
  color: #083645;
}

.banner-cta {
  justify-content: space-between;

  padding: 24px 36px;

  background: var(
    --base-gradients-primary-colors-1,
    linear-gradient(
      180deg,#7dd5f1 0,
    #39b8e0 100%
    )
  );
  border-radius: 16px;

  color: #fff;
}

.cta__text {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) { .item__phone--mobile-hide { display: none; } }

.item__title--height-45 { height: 45px; }

.align-center {
  display: flex;
  align-items: center;

  margin: 0 auto;
}

.place-center {
  display: flex;
  place-content: center;

  margin: 0 auto;
}

.article__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;

  margin: 16px 0;
}

.article__links .link {
  display: inline-block;

  padding: 12px 24px;

  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ee7177;
  line-height: 110%;
  text-decoration: none;
  text-transform: uppercase;

  background-color: #fff;
  border-radius: 50px;
}

.excursion-program--4 .btns_wrapper {
  grid-column: 1 / -1;
}
.excursion-program--4 .btns_wrapper .btns {
    text-align: center;
}
.excursion-program--4 .btns_wrapper .after_text {
  margin-bottom: 16px;
}

.sign_up-excursions {
    margin-top: 32px;
}
.sign_up-excursions h2 {
  margin-bottom: 32px;
}
.sign_up-excursions .btns {
  margin-top: 16px;
  margin-bottom: 48px;
  text-align: center;
}

/* CUSTOM CSS END */