/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/acf-double-callout/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.fl-double-callout__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fl-double-callout__grid .button {
  place-self: start;
}
.fl-double-callout__item {
  background-position: center;
  background-size: cover;
}
.fl-double-callout__item, .fl-double-callout__top, .fl-double-callout__content, .fl-double-callout .button {
  position: relative;
}
.fl-double-callout__top, .fl-double-callout__content, .fl-double-callout .button {
  z-index: 5;
}
.fl-double-callout__top {
  display: flex;
  gap: 20px;
}
.fl-double-callout__photo {
  height: 65px;
  width: 65px;
}
.fl-double-callout__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fl-double-callout__tick {
  width: 5px;
  background: linear-gradient(to bottom, #0cb7d5 0%, rgb(7.92, 120.78, 140.58) 100%);
}
.fl-double-callout__topheading {
  font-size: 1.5rem;
  color: #0cb7d5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.fl-double-callout__heading {
  margin: 0;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
}
.fl-double-callout__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.5) 10%, white 15%, white 100%);
}
.fl-double-callout--accents .fl-double-callout__item {
  padding: 7.5rem 7.5rem 7.5rem 12rem;
}
.fl-double-callout--cards {
  padding: 3rem 0;
}
.fl-double-callout--cards .fl-double-callout__inner {
  background: #f4f2ed;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.fl-double-callout--cards .fl-double-callout__headings {
  width: calc(100% - 85px);
}

@media (min-width: 1025px) {
  .fl-double-callout__grid {
    flex-direction: row;
    gap: 75px;
  }
  .fl-double-callout__grid > div {
    width: 50%;
  }
  .fl-double-callout__inner {
    padding: 5rem 7.5rem;
  }
  .fl-double-callout--cards {
    padding: 5rem;
  }
  .fl-double-callout--cards .fl-double-callout__grid {
    gap: 50px;
  }
}

/*# sourceMappingURL=style-index.css.map*/