.enm-cta-container {
  position: relative;
  width: 100%;
  height: 35vh;
  border-radius: 1rem;
  color: var(--enm-white-color);
}

.enm-cta-container .enm-cta-overlay {
  position: absolute;
  border-radius: 1rem;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0E304E;
  opacity: 0.75;
}

.enm-cta-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.enm-cta-container .enm-cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  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-cta-container .enm-cta-content .enm-cta-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0.5rem;
  background-color: var(--enm-primary-color);
}

.enm-cta-container .enm-cta-content .enm-cta-icon img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.enm-cta-container .enm-cta-content .enm-cta-text {
  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-cta-container .enm-cta-content .enm-cta-text p {
  text-align: center;
}

.enm-mt-5 {
  margin-top: 5rem;
}

.enm-mt-10 {
  margin-top: 10rem;
}

.enm-mb-5 {
  margin-bottom: 5rem;
}

.enm-mb-10 {
  margin-bottom: 10rem;
}

.enm-ms-10 {
  width: calc(100% - 18rem);
}
/*# sourceMappingURL=call-to-action.css.map */