/**
 * This file is for the Agrilinks custom CTA block from agrilinks_custom_blocks module.
 */
/* stylelint-disable */
/* stylelint-enable */
.agr-cta {
  background-color: #8d3c1e;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.agr-cta:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_leaf_cta_bg.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 160px;
  height: 180px;
  background-size: 100%;
  position: absolute;
  right: -28px;
  bottom: -50px;
}

.agr-cta__inner {
  padding: 16px 8px 12px 20px;
}

.agr-cta__title h2 {
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.2222222222rem;
}
.agr-cta__title h2:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_leaf_brick.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 28px;
  background-size: 100%;
  position: absolute;
  left: 0;
}
@media (min-width: 57.5em) {
  .agr-cta__title h2 {
    font-size: 1.1111111111rem;
    line-height: 1.3333333333rem;
  }
}

.agr-cta__text {
  max-width: 80%;
}
.agr-cta__text p {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3333333333rem;
}

/*# sourceMappingURL=agr-custom-block.css.map */
