/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .two-columns-text-list,
.two-columns-text-list {
  padding: 64px 0;
}
@media (max-width: 512px) {
  .wp-block .two-columns-text-list__content,
  .two-columns-text-list__content {
    flex-direction: column;
  }
}
.wp-block .two-columns-text-list__left,
.two-columns-text-list__left {
  flex-grow: 1;
  margin-right: 80px;
}
.wp-block .two-columns-text-list__right,
.two-columns-text-list__right {
  max-width: 600px;
}
