.footer-cta {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  border-bottom: 1px solid #d6d1cc;
}
.footer-navs {
  display: flex;
  height: 100%;
  gap: 45px;
}
.footer-navs-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-navs ul a {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #655750;
  font-weight: 400;
  margin-bottom: 18px;
  display: block;
}
.footer-navs ul {
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 100px; */
  column-gap: clamp(20px, 5.2083333333vw, 100px);
  max-height: 275px;
  flex-direction: column;
}
.widget-title {
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  color: #a28c78;
  margin-bottom: 32px;
}
.footer-navs,
.footer-right {
  padding-top: 66px;
}
footer .paragraph__18 strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.footer-right h6 {
  max-width: 350px;
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 400;
  color: #333833;
}
footer .paragraph__18 strong:last-of-type {
  margin-top: 34px;
}
.footer-right {
  padding-left: 80px;
  border-left: 1px solid #d6d1cc;
}
.footer-sm {
  gap: 15px;
  margin-top: 70px;
}
.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid #d6d1cc;
  padding-bottom: 40px;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom .widget {
  margin-bottom: 0 !important;
}
.footer-navs,
.footer-right {
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .footer-right {
    border-top: 1px solid #d6d1cc;
    padding-left: 0;
    border-left: unset;
  }
}
@media only screen and (max-width: 575px) {
  .footer-cta-wrapper a {
    display: none;
  }
  .footer-navs {
    flex-direction: column;
  }
  .footer-bottom-holder {
    flex-direction: column;
    gap: 20px;
  }
}
.classic-template {
  padding-bottom: 115px;

  color: #111;
  padding-top: 200px;
}
.heading-part a {
  display: inline-block;
  padding-bottom: 20px;
}
.heading-part h1 {
  margin-bottom: 24px;
}
.heading-part {
  max-width: 850px;
  margin-left: auto;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  border-bottom: 1px solid #d6d1cc;
}
.body-part {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.body-part h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 42px;
}
.body-part ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.body-part p {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .classic-template {
    padding-top: 150px;
  }
  .body-part h2 {
    margin-top: 30px;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .body-part p {
    margin-top: 15px;
  }
}
