.gfc.main__2_columns_fixed_background_image {
  position: relative;
}
.gfc.main__2_columns_fixed_background_image h2 {
  text-wrap: pretty;
}
.gfc.main__2_columns_fixed_background_image .with-bg {
  background-image: var(--bg-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--bg-pos, 0 0);
  height: var(--row-height, 500px);
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-bottom: 3rem;
  background-color: #FFF;
}
.gfc.main__2_columns_fixed_background_image .with-bg:last-child {
  margin-bottom: 0;
}
.gfc.main__2_columns_fixed_background_image .highlight-title {
  color: #F47721;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.gfc.main__2_columns_fixed_background_image .headline {
  font-size: calc(30px + 2 * (100vw - 375px) / 1545);
  line-height: calc(40px + 2 * (100vw - 375px) / 1545);
  color: #343741;
  font-family: Gilroy, sans-serif;
  line-height: 30px;
  text-align: left;
}
.gfc.main__2_columns_fixed_background_image .excerpt {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #797D82;
  margin: 0;
  text-align: left;
}
.gfc.main__2_columns_fixed_background_image .cta-container {
  text-align: left;
}
.gfc.main__2_columns_fixed_background_image .cta-container a {
  text-transform: uppercase;
}
.gfc.main__2_columns_fixed_background_image .accordion-item {
  background-image: var(--bg-url);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.gfc.main__2_columns_fixed_background_image .accordion-item .accordion-button::after {
  content: unset;
}
.gfc.main__2_columns_fixed_background_image .pbs {
  padding-block-start: 20rem;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .gfc.main__2_columns_fixed_background_image .pbs {
    padding-block-start: 34rem;
  }
}

/*# sourceMappingURL=main__2_columns_fixed_background_image.css.map */
