.enm-features-hero-container {
  position: relative;
  height: 250px;
  background-image: url(images/features/features-hero.png);
  background-size: cover;
  background-position: center;
}

.enm-features-hero-container .enm-features-hero-overlay {
  height: 100%;
  width: 100%;
  width: 100%;
  background-color: #0E304E;
  opacity: 0.75;
}

.enm-features-hero-container .enm-features-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.enm-features-hero-container .enm-features-hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff !important;
}

.enm-features-hero-container .enm-features-hero-content img {
  width: 50px;
  height: 50px;
}

.enm-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 65%;
  margin: 0 auto;
}

.enm-body-container .enm-body-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}

.enm-body-container .enm-body-top-container p {
  text-align: center;
}

.enm-body-container .enm-body-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding-bottom: 2rem;
}

.enm-body-container .enm-body-main-container .enm-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-color: var(--enm-secondary-color);
  padding: 1rem;
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 50%;
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-left-container h1 {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--enm-primary-color);
  color: var(--enm-white-color);
  padding: 0.5rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-left-container h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--enm-gray-color);
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-left-container p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--enm-secondary-color);
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.enm-body-container .enm-body-main-container .enm-body-item .enm-item-right-container img {
  width: 75%;
  height: auto;
}

@media (max-width: 768px) {
  .enm-body-container {
    width: calc(100% - 2rem) !important;
    padding: 1rem;
  }
  .enm-body-top-container {
    width: 100%;
    padding: 1rem;
  }
  .enm-body-main-container {
    width: 100%;
    padding: 1rem;
  }
  .enm-body-main-container .enm-body-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 1rem;
    width: 100% !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-left-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-left-container h1 {
    margin: 0 auto !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-left-container h3 {
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    color: var(--enm-primary-color) !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-left-container p {
    text-align: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-right-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
  }
  .enm-body-main-container .enm-body-item .enm-item-right-container img {
    width: 100% !important;
  }
  .enm-body-main-container .enm-flip-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    background-color: var(--enm-secondary-color) !important;
    color: var(--enm-white-color) !important;
  }
  .enm-body-main-container .enm-flip-item .enm-item-left-container h1 {
    background-color: var(--enm-white-color) !important;
    color: var(--enm-primary-color) !important;
  }
  .enm-body-main-container .enm-flip-item .enm-item-left-container h3 {
    color: var(--enm-primary-color) !important;
  }
  .enm-body-main-container .enm-flip-item .enm-item-left-container p {
    color: #fff !important;
  }
  .enm-cta-container {
    width: calc(100% - 4rem);
    padding: 1rem;
    background-color: var(--enm-primary-color);
    color: var(--enm-white-color);
  }
  .enm-cta-container .enm-cta-header {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .enm-cta-container .enm-cta-content {
    font-size: 1rem;
    font-weight: 400;
    width: calc(100% - 2rem);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .enm-cta-container .enm-cta-content p {
    font-size: 1rem;
    font-weight: 400;
  }
  .enm-cta-container .enm-cta-content h3 {
    font-size: 1rem;
    font-weight: 700;
  }
  .enm-cta-container .enm-cta-button {
    background-color: var(--enm-white-color);
    color: var(--enm-primary-color);
    padding: .5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .enm-cta-container .enm-cta-button button {
    margin: 0;
    border-radius: 2.5rem;
  }
}
/*# sourceMappingURL=features-styles.css.map */