:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Lato", sans-serif;
  --font-alt: "Lato", sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.5;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-features-row.reverse .wp-block-columns {
  flex-direction: row-reverse !important;
}
.wp-block-acf-features-row .wp-block-columns {
  background: #F6FBFB;
}
.wp-block-acf-features-row .wp-block-column {
  position: relative;
}
.wp-block-acf-features-row .app__block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.wp-block-acf-features-row .bkgd-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  height: 249px;
  width: 100%;
  max-width: calc(100vw - 10.6666666667px);
}
.wp-block-acf-features-row .bkgd-wrapper > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
  left: 0px;
}
