.Common_heading {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

/* Small top label */
.Common_heading .heading_label {
  display: inline-block;
  position: relative;

  margin-bottom: 12px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #8b6914;
  text-transform: uppercase;
}

/* Small lines around label */
.Common_heading .heading_label::before,
.Common_heading .heading_label::after {
  content: "";
  display: inline-block;

  width: 30px;
  height: 1px;

  vertical-align: middle;
  margin: 0 10px;

  background: #b89a45;
}

.Common_heading .head_text {
    margin: 0 !important;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #3e3a0b;
    letter-spacing: 0.5px;
}

.Common_heading .heading_ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 4px auto 4px;
}

.Common_heading .heading_ornament span {
  width: 55px;
  height: 1px;
  background: #b89a45;
}

.Common_heading .heading_ornament i {
  width: 18px;
  height: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-style: normal;
  color: #8b6914;
}

.Common_heading .text {
    /* max-width: 850px; */
    margin: 0 auto;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #686329;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}

@media (max-width: 574px) {
  .Common_heading {
    margin-bottom: 32px;
  }

  .Common_heading .heading_label {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .Common_heading .heading_label::before,
  .Common_heading .heading_label::after {
    width: 18px;
    margin: 0 6px;
  }

  .Common_heading .head_text {
    font-size: 27px;
  }

  .Common_heading .heading_ornament {
    margin: 10px auto;
  }

  .Common_heading .heading_ornament span {
    width: 35px;
  }

  .Common_heading .text {
    max-width: 95%;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 575px) and (max-width: 767.98px) {
  .Common_heading .head_text {
    font-size: 30px;
  }

  .Common_heading .text {
    font-size: 13px;
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 991px) {
  .Common_heading .head_text {
    font-size: 34px;
  }

  .Common_heading .text {
    font-size: 14px;
  }
}

/* =========================
   LAPTOP
========================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .Common_heading .head_text {
    font-size: 38px;
  }

  .Common_heading .text {
    font-size: 15px;
  }
}