.content-feature.block > .row > .row {
  width: 100%;
}
.content-feature.block > .row > .column {
  width: 100%;
  row-gap: var(--spacing-small);
}
.content-feature.block > .row > .column > .title.row {
  justify-content: space-between;
  align-items: flex-end;
}
.content-feature.block h3,
.content-feature.block h4,
.content-feature.block h5,
.content-feature.block p {
  margin: 0;
}
.content-feature.block h5 {
  line-height: 1em;
}
.content-feature.block .descriptor {
  font-family: Metric;
  font-weight: 600;
  line-height: 0em;
}
.content-feature.block .content.column {
  position: relative;
  align-items: flex-start;
  width: calc(50% + var(--spacing-small));
  padding: var(--spacing-medium);
  padding-right: var(--spacing-x-large);
  row-gap: var(--spacing-small);
}
.content-feature.block .image-container {
  display: flex;
  width: calc(50% + var(--spacing-small));
  height: 100%;
  z-index: 1;
  aspect-ratio: 1/1;
}
.content-feature.block .image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.content-feature.block img.bg-logo {
  position: absolute;
  opacity: 10%;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  pointer-events: none;
}
.content-feature.block a {
  z-index: 1;
  display: flex;
  align-items: center;
  width: max-content;
  column-gap: var(--spacing-xx-small);
  fill: var(--e-global-color-accent);
  transition: color 0.2s ease-out;
  transition-property: color, fill;
}
.content-feature.block a p {
  height: 1em;
}
.content-feature.block a:hover {
  color: var(--e-global-color-405a451);
  fill: var(--e-global-color-405a451);
}

.content-feature.double.block {
  padding-top: var(--spacing-large);
  padding-bottom: var(--spacing-x-large);
}
.content-feature.double.block .row.e-con-inner .content.row:not(.title) {
  width: 100%;
  column-gap: var(--spacing-small);
}
.content-feature.double.block .inner-block {
  width: 100%;
  flex-direction: row-reverse;
}
.content-feature.double.block .inner-block:before {
  padding-bottom: 45%;
  content: "";
  float: left;
}
.content-feature.double.block .inner-block:after {
  display: table;
  content: "";
  clear: both;
}
.content-feature.double.block .content.column {
  padding: var(--spacing-small);
  padding-right: var(--spacing-small);
}
.content-feature.double.block .image-container {
  aspect-ratio: 4/5;
}

@media (max-width: 1023px) {
  .content-feature.block .content.title.row,
  .content-feature.double.block .content.title.row {
    align-items: flex-start;
    row-gap: var(--spacing-x-small);
  }
  .content-feature.block > .row > .column,
  .content-feature.double.block > .row > .column {
    row-gap: var(--spacing-medium);
  }
  .content-feature.block > .row > .column > .content.row,
  .content-feature.double.block > .row > .column > .content.row {
    row-gap: var(--spacing-small);
  }
  .content-feature.block .inner-block,
  .content-feature.double.block .inner-block {
    flex-direction: column-reverse;
  }
  .content-feature.block .inner-block::before,
  .content-feature.double.block .inner-block::before {
    padding-bottom: unset;
  }
  .content-feature.block .content.column,
  .content-feature.double.block .content.column {
    padding-top: var(--spacing-medium);
    padding-bottom: var(--spacing-medium);
    row-gap: var(--spacing-medium);
    width: 100%;
  }
  .content-feature.block .image-container,
  .content-feature.double.block .image-container {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .content-feature.block:not(.double) {
    padding: 0;
  }
  .content-feature.block:not(.double) .descriptor {
    line-height: 1rem;
  }
  .content-feature.double.block .content.column {
    row-gap: var(--spacing-small);
  }
}

/*# sourceMappingURL=content-feature.css.map */
