/*************************************************/
/* FONTS */
/*************************************************/
/*************************************************/
/* BOOTSTRAP OVERRIDE */
/* COLORS */
/*************************************************/
/* IMAGES */
/*************************************************/
/* ADMIN SCREENS */
/*************************************************/
/* HEADER */
/*************************************************/
/* SPACINGS */
.customer-feature {
  overflow: hidden;
}
.customer-feature h2, .customer-feature h3, .customer-feature h4, .customer-feature p, .customer-feature ul, .customer-feature ol, .customer-feature li, .customer-feature div, .customer-feature a:not(.comp-button) {
  color: var(--bs-body-color);
}
@media (max-width: 1366px) {
  .customer-feature.py-thick {
    padding: 5em 0;
  }
}
@media (max-width: 960px) {
  .customer-feature.py-thick {
    padding: 4em 0;
  }
}
@media (max-width: 768px) {
  .customer-feature.py-thick {
    padding: 3em 0;
  }
}
@media (min-width: 1367px) {
  .customer-feature .max-screen {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  .customer-feature .container {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media (max-width: 1190px) {
  .customer-feature .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .customer-feature .container {
    padding: 0;
  }
}
.customer-feature__wrapper {
  padding: 0 20px;
}
@media (min-width: 1191px) {
  .customer-feature__wrapper {
    padding: 0;
  }
}
.customer-feature__header {
  position: relative;
  width: 70% !important;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .customer-feature__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1190px) {
  .customer-feature__header {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .customer-feature__header {
    margin-bottom: 30px;
  }
}
.customer-feature__secondary-heading {
  --bs-body-color: var(--bs-purple);
  font-size: 1.75rem;
  font-family: Architects Daughter, cursive;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .customer-feature__secondary-heading {
    font-size: 1.25rem;
  }
}
.customer-feature__heading {
  font-size: 3rem;
}
@media (max-width: 1366px) {
  .customer-feature__heading {
    font-size: 2.75rem;
  }
}
@media (max-width: 768px) {
  .customer-feature__heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .customer-feature__heading {
    font-size: 2rem;
  }
}
.customer-feature[data-bs-theme=dark] .customer-feature__secondary-heading {
  --bs-body-color: var(--bs-yellow) !important;
}
.customer-feature[data-bs-theme=dark] .customer-feature__story-contain .customer-quote {
  border-color: #fff;
}
.customer-feature__element-main {
  display: flex;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media (max-width: 1366px) {
  .customer-feature__element-main {
    -moz-column-gap: 4em;
         column-gap: 4em;
  }
}
@media (max-width: 960px) {
  .customer-feature__element-main {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media (max-width: 768px) {
  .customer-feature__element-main {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
  }
}
.customer-feature__image-contain {
  display: flex;
  width: 30%;
  align-content: center;
}
.customer-feature__image-contain .image-brick {
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  filter: grayscale(1);
  border-radius: 10px 80px 10px 10px;
  flex-grow: 1;
}
.customer-feature__image-contain .image-brick .cust-logo {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.customer-feature__image-contain .image-brick .cust-logo img {
  max-width: 250px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .customer-feature__image-contain .image-brick .cust-logo img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .customer-feature__image-contain .image-brick {
    flex-grow: 0;
    min-height: 450px;
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .customer-feature__image-contain .image-brick {
    flex-grow: 0;
    min-height: 400px;
    width: 85%;
  }
}
@media (max-width: 1190px) {
  .customer-feature__image-contain {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .customer-feature__image-contain {
    width: 40%;
  }
}
@media (max-width: 1190px) {
  .customer-feature__image-contain {
    width: 100%;
  }
}
.customer-feature__story-contain {
  display: grid;
  width: 70%;
  align-content: center;
  padding: 15px 0;
}
.customer-feature__story-contain .quote-open {
  width: 80px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .customer-feature__story-contain .quote-open {
    width: 60px;
    margin-bottom: 10px;
  }
}
.customer-feature__story-contain .customer-quote {
  font-size: 1.75rem;
  font-style: italic;
  margin-bottom: 30px;
  border-bottom: 1px solid #121212;
  padding-bottom: 30px;
  line-height: 2.5rem;
}
@media (max-width: 1366px) {
  .customer-feature__story-contain .customer-quote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 960px) {
  .customer-feature__story-contain .customer-quote {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.customer-feature__story-contain .customer-info {
  font-size: 1.1rem;
}
@media (max-width: 1190px) {
  .customer-feature__story-contain {
    width: 65%;
  }
}
@media (max-width: 960px) {
  .customer-feature__story-contain {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .customer-feature__story-contain {
    width: 100%;
    padding: 30px 0 0;
  }
}
.customer-feature__stats-contain {
  width: 100%;
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-top: 40px;
}
.customer-feature__stats-contain .stat-tile {
  display: grid;
  width: 40%;
  align-content: flex-start;
  padding: 16px 24px;
  border-radius: 10px;
}
.customer-feature__stats-contain .stat-tile.mid-bg {
  background-color: var(--bs-mid-grey);
}
.customer-feature__stats-contain .stat-tile.light-bg {
  background-color: var(--bs-light-grey);
}
.customer-feature__stats-contain .stat-tile .lg-number {
  font-size: 3.5rem;
  font-weight: bold;
  max-height: 140px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  background: linear-gradient(90deg, #871495 0%, #ff4031 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 3.5rem;
}
.customer-feature__stats-contain .stat-tile .lg-number .presuf {
  font-weight: 500;
  font-size: 2rem;
  display: grid;
  align-content: center;
}
.customer-feature__stats-contain .stat-tile .lg-number .stat-number {
  display: grid;
  align-content: center;
}
.customer-feature__stats-contain .stat-tile .stat-info {
  font-size: 1.1rem;
  font-weight: 500;
  color: #212529;
}
@media (max-width: 1190px) {
  .customer-feature__stats-contain .stat-tile {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .customer-feature__stats-contain .stat-tile {
    width: 100%;
  }
}
@media (max-width: 1190px) {
  .customer-feature__stats-contain {
    -moz-column-gap: 1.25em;
         column-gap: 1.25em;
  }
}
@media (max-width: 768px) {
  .customer-feature__stats-contain {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
    row-gap: 1em;
  }
}

/*# sourceMappingURL=/wp-content/themes/elmo/dist/sourcemaps/../css/customer-feature.min.css.map*/