/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Images */
.section.section--text-media-columns {
  padding: 3.75rem 0;
  background-color: var(--background-theme);
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns .wrapper {
    background-color: var(--background-theme);
    padding: 3.125rem 2.5rem;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width:1320px) {
  .section.section--text-media-columns .wrapper {
    padding: 7rem 5rem;
  }
}
.section.section--text-media-columns header {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 61.25rem;
  margin-inline: auto;
}
.section.section--text-media-columns header:has(+ article) {
  margin-bottom: 1rem;
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns header:has(+ article) {
    margin-bottom: 2.5rem;
  }
}
.section.section--text-media-columns header h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width:1320px) {
  .section.section--text-media-columns header h2 {
    padding: 0 0.9375rem;
  }
}
@media screen and (min-width:768px) {
  .section.section--text-media-columns .text-media-columns__article {
    column-count: 2;
    gap: 2.5rem;
  }
}
@media screen and (min-width:1199px) {
  .section.section--text-media-columns .text-media-columns__article {
    gap: 3.5rem;
  }
}
.section.section--text-media-columns .text-media-columns__article:not(:last-child) {
  margin-bottom: 2.5rem;
}
.section.section--text-media-columns .text-media-columns__article ul {
  margin: 0;
  padding-left: 0;
}
.section.section--text-media-columns .text-media-columns__article li {
  list-style: none;
  position: relative;
  padding-left: 2.375rem;
}
.section.section--text-media-columns .text-media-columns__article li:not(:last-child) {
  margin-bottom: 1rem;
}
.section.section--text-media-columns .text-media-columns__article li::before {
  position: absolute;
  top: 0.5625rem;
  left: 0;
  content: "";
  background-color: var(--theme-color);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}
.section.section--text-media-columns .text-media-columns__grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width:768px) {
  .section.section--text-media-columns .text-media-columns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section.section--text-media-columns .aspect-box {
  --aspect-ratio: 300/350;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .section.section--text-media-columns .aspect-box {
    --aspect-ratio: 584/590;
  }
}
.section.section--text-media-columns .text-media-columns__col h3 {
  font-size: 1.5rem;
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns .text-media-columns__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
@media screen and (min-width:1320px) {
  .section.section--text-media-columns .text-media-columns__row {
    gap: 6.5625rem;
  }
}
.section.section--text-media-columns .text-media-columns__row.flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width:768px) {
  .section.section--text-media-columns .text-media-columns__row figure {
    max-height: 21.875rem;
  }
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns .text-media-columns__row figure {
    width: 50%;
    max-height: unset;
    margin-bottom: 0;
  }
}
@media screen and (min-width:991px) {
  .section.section--text-media-columns .text-media-columns__row article {
    width: 50%;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=text-media-columns.css.map */
