.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;
}

.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;
}
/*# sourceMappingURL=features-styles.css.map */