#primary .entry-content::before {
  content: '';
  display: block;
  height: 260px;
}
@media (max-width: 1000px) {
  #primary .entry-content::before {
    height: 110px;
  }
}
.acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content {
  margin-right: 0;
  padding-left: 156px;
  position: relative;
}
.acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content p {
  font-size: 2.813rem;
  color: #ffcc00;
  font-family: 'draftb-800-heading', 'Draft B', sans-serif;
  line-height: 1.1;
}
.acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content strong {
  font-family: 'draftb-400-body', 'Draft B', sans-serif;
  font-size: 1.875rem;
}
.acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content p::before {
  content: '„';
  z-index: 1;
  display: block;
  color: #ffcc00;
  font-family: 'draftb-500-body', 'DraftB', sans-serif;
  position: absolute;
  font-size: 262px;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 1000px) {
  .acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content {
    padding-left: 78px;
    margin-bottom: 50px;
  }
  .acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content p::before {
    font-size: 131px;
    bottom: -20px;
  }
}
.page-template-template-without-sidebar-dark .acf-fc-row .acf-fc-column.dc-quote .acf-fc-text-content strong {
  color: #221C36;
}
