:root {
  --heading-color: #000;
  --para-color: #717171;
  --textover-color: #0A0A0A;
  --bg-alt: #FCF8EE;
  --bg-alt-dark: #EEE7D7;
  --white: #fff;
  --anchor-color: #2EB7E5;
  --footer-border-color: #BFBFBF;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA;
  --footer-statement-box-border: #D9D9D9;
  --footer-statement-box-background: #FAFAFA;
  --hero-background: #ede7d7;
  --pricing-border:#D6D6D6;
  --cart-total-bg: #fcf8ee;
}

.cp-listings .section-title {
  margin-bottom: 40px;
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
.cp-listings .section-title p {
  font-size: 16px;
  line-height: 32px;
}
.cp-listings .btn-cta-wrapper {
  text-align: center;
}
.cp-listings .row {
  --mo-gutter-y: 40px;
}
.cp-listings .cpl-each {
  text-align: center;
}
.cp-listings .cpl-each .cple-image {
  margin-bottom: 20px;
}
.cp-listings .cpl-each .cpl-content {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
}
.cp-listings .cpl-each h3 {
  margin-bottom: 8px;
}
.cp-listings .cpl-each p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 21px;
}
.cp-listings .cpl-each p.cple-price {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  color: #0a2a40;
}
.cp-listings .cpl-each .btn-cta {
  text-transform: uppercase;
  width: 235px;
}
.cp-listings .cpl-each-anchor {
  position: relative;
}
.cp-listings .cpl-each-anchor .background-image-container {
  max-width: 358px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cp-listings .cpl-each-anchor .background-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cp-listings .cpl-each-anchor .cpl-content {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 20px;
  text-align: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.cp-listings .cpl-each-anchor .cpl-content h3, .cp-listings .cpl-each-anchor .cpl-content p {
  color: var(--white);
}
.cp-listings .cpl-each-anchor .cpl-content h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.cp-listings .cpl-each-anchor .cpl-content p {
  font-size: 14px;
  line-height: 23.21px;
  margin-bottom: 24px;
}
.cp-listings .cpl-seemore {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  height: 100%;
}
.cp-listings .cpl-seemore .cpls-content {
  bottom: 0;
  padding: 40px 16px 40px 16px;
  color: #fff;
}
.cp-listings .cpl-seemore .cpls-content h3 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.cp-listings .cpl-seemore .cpls-content p {
  margin-bottom: 32px;
}
.cp-listings .cpl-seemore img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .cp-listings .cpl-each-anchor .cpl-content {
    bottom: 40px;
    top: unset;
    transform: none;
  }
}
@media (min-width: 992px) {
  .cp-listings .row {
    --mo-gutter-y: 60px;
  }
  .cp-listings .section-title {
    margin-bottom: 64px;
  }
  .cp-listings .section-title p {
    font-size: 18px;
  }
  .cp-listings .cpl-each-anchor .cpl-content {
    top: 40px;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .cp-listings .cpl-each-anchor .cpl-content {
    bottom: 40px;
    top: unset;
  }
}