.elementor-2834 .elementor-element.elementor-element-845cdc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2834 .elementor-element.elementor-element-9c97e4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b6e09c1 *//* HERO SECTION */
.page-hero {
  background-color: #cfc6b7;
  padding: 60px 0 70px;
  margin: -1rem;
}


/* CONTENT WIDTH */
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}





/* BIG TITLE */
.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  color: #3a3a3a;
  margin: 0;
  letter-spacing: -0.5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19aff36 */body {
  margin: 0;
  background: #f4f4f4;
  font-family: Arial, sans-serif;
}


/* WRAPPER */
.listcard {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}


/* 2 CARD LAYOUT */
.listcard__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}


/* CARD */
.listcard__card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(51,51,51,.1);
  background-color: #dcd4c6;
  display: flex;
  flex-direction: column;
}


/* IMAGE */
.card-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}


/* CONTENT */
.card-content {
  padding: 28px 30px;
  background: #dcd4c6;
}


/* TITLE */
.card-title {
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-size: 22px;
  color: #3b2a1f;
}


/* TEXT */
.card-text {
  margin: 0;
  line-height: 1.7;
  color: #333;
}


/* BUTTON (FULL WIDTH BOTTOM BAR) */
.card-btn {
  width: 100%;
  border: none;
  border-top: 1px solid #4c2719;
  background: transparent;
  color: #4c2719;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 18px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}


/* HOVER */
.card-btn:hover {
  background: #4c2719;
  color: #fff;
}


/* MOBILE */
@media (max-width: 768px) {
  .listcard__cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */