/*transform origin*/
.prive_intro img {
  display: none;
  max-width: 95px;
}
@media (max-width: 991.8px) {
  .prive_intro img {
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .prive_intro .mt_col_heading br {
    display: block;
  }
}
.prive_intro .mt_paragraph {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8495rem + 0.3756vw, 1.1875rem) !important; /* 15px -> 20px (375px -> 1440px) */
}

@media (max-width: 991.8px) {
  .privy-at-the-reserve .mt_two_column_layout .mt_two_col.mt_col_reverse {
    flex-direction: column;
  }
  .privy-at-the-reserve .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin-bottom: 0;
  }
  .privy-at-the-reserve .twocol_home_page.mt_two_column_container.full_width .mt_two_col .mt_paragraph {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .privy-at-the-reserve .twocol_home_page .mt_two_col {
    min-height: 600px;
    height: 75vh;
  }
}
.privy-at-the-reserve .twocol_home_page.mt_two_column_container.full_width.warm_grey_block .mt_btn,
.privy-at-the-reserve .twocol_home_page.mt_two_column_container.full_width.warm_grey_block .mt_btn:hover {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #a05a44, #cf8566, #b67357, #a05a44, #a05a44) !important;
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col {
  column-gap: 0px;
  min-height: 400px;
  max-height: 90vh;
}
@media (max-width: 991.8px) {
  .privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col {
    min-height: unset;
    max-height: unset;
    flex-direction: column-reverse !important;
  }
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_img {
  margin: 0px !important;
  width: 50%;
  height: auto;
}
@media (max-width: 991.8px) {
  .privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_img {
    width: 100%;
    height: 50vh;
  }
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content {
  width: 50%;
  min-height: 400px;
  padding: 120px 8.1vw !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content {
    width: 100%;
    min-height: unset;
    padding: 60px 20px !important;
  }
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_sec_sub_heading {
  font-size: 32px;
  letter-spacing: 0.07em;
  line-height: 38px;
  margin-bottom: 0px;
}
@media (max-width: 991.8px) {
  .privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content .mt_sec_sub_heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
}
.privy-at-the-reserve .two-full-layout .mt_two_column_list_layout .mt_two_col .mt_col_content ul li {
  font-weight: 400;
  font-size: 33px;
  line-height: clamp(ul 1.1431rem, 1.111212vw + 0.882685rem, 1.905rem);
  padding-bottom: 20px;
}

.privy_custom_section {
  padding: 58px 7.8vw 64px;
}
@media (max-width: 991.8px) {
  .privy_custom_section {
    padding: 40px 8.53vw;
  }
}
.privy_custom_section .mt_sec_sub_heading {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}
.privy_custom_section .mt_sec_sub_heading {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .privy_custom_section .mt_sec_sub_heading {
    font-size: calc(25px + 12 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .privy_custom_section .mt_sec_sub_heading {
    font-size: 37px;
  }
}
.privy_custom_section .mt_sec_sub_heading {
  line-height: 26px;
}
@media screen and (min-width: 375px) {
  .privy_custom_section .mt_sec_sub_heading {
    line-height: calc(26px + 12 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .privy_custom_section .mt_sec_sub_heading {
    line-height: 38px;
  }
}
.privy_custom_section .mt_paragraph {
  margin-bottom: 55px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8495rem + 0.3756vw, 1.1875rem) !important;
  text-align: center;
}
.privy_custom_section .mt_two_col {
  gap: 5vw;
  max-width: min(1000px, 70vw);
  margin-inline: auto;
}
@media (max-width: 991.8px) {
  .privy_custom_section .mt_two_col {
    max-width: 100%;
  }
}
.privy_custom_section .mt_two_col > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.privy_custom_section .mt_two_col > div li {
  margin: 0 0 min(2.7vw, 40px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8495rem + 0.3756vw, 1.1875rem) !important;
  text-align: left;
}
.privy_custom_section .mt_two_col > div li:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=privy-at-the-reserve.css.map */
