.n-illustrated_text {
  max-width: var(--n-max-width, 1360px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .n-illustrated_text {
    flex-direction: column;
  }
  .n-illustrated_text__illustration, .n-illustrated_text__wrapper {
    border-radius: 0 !important;
  }
}
.n-illustrated_text__wrapper {
  background: #175957;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
}
.n-illustrated_text__wrapper__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}
.n-illustrated_text__illustration {
  max-width: 630px;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

/*# sourceMappingURL=illustrated_text.css.map */
