.block-ck-header {
  margin-top: 35px;
  margin-bottom: 100px;

  h1 {
    font-size: var(--font-size-larger);
  }
}

.block-ck-header-box {
  position: relative;
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 35px 0;

  .row ~ .row {
    margin-top: 75px;
  }
}

.block-ck-header-quote-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 315px;
  padding: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: var(--font-size-medium);
  background-color: #a5bf0c;

  &.redactor {
    p {
      line-height: 29.17px;
    }
  }
}

.block-ck-header-quote {
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: #a5bf0c;
  max-width: 15ch;
  font-size: var(--font-size-medium);
  line-height: 29.17px;

  &.redactor {
    p {
      line-height: 29.17px;
    }
  }
}
