.govuk-grid-column-two-thirds {
    margin: 2rem 0;
    background: #FFF;
    border-radius: 1rem;
    padding: 2rem;
}

.govuk-main-wrapper {
    padding-top: 0 !important;
}

.hero-banner {
    background: var(--hero-bg);
    /* adjust to your teal */
    /*padding: 60px 0 100px; /* extra bottom space for overlap */
    position: relative;
    overflow: visible;
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    position: relative;
}

.hero-image {
    flex-shrink: 0;

    width: 250px;
    height: 250px;

    border-radius: 50%;
    overflow: hidden;

    border: 8px solid #d66d4d;
    /* orange ring */
    transform: translateY(60px);
    /* 👈 overlap */
    z-index: 2;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text {
    color: white;
}

.hero-text h2 {
    margin: 0;
}

.hero-text h2.govuk-heading-xl {
    color: var(--hero-title);
}
@media (min-width: 1260px) {
  @supports (margin: max(calc(0px))) {
    .hero-text {
      margin-right: initial !important;
      margin-left: initial !important;
    }
  }
}
@media (min-width: 1260px) {
  .hero-text {
    margin-right: initial !important;
    margin-left: initial !important;
  }
}
@media (max-width: 768px) {
    .hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-image {
        width: 140px;
        height: 140px;
        transform: translateY(30px);
    }
}

/*.cen-bg {
    background: #dedad0;
    padding-top: 100px;
}*/

.quote--green {
    background: #244742;
    color: #99c954;
    --watermark-colour: #d7ece7;
}

.quote--yellow {
    background: #fcc04e;
    color: #244742;
    --watermark-colour: #9c5a00;
}

.quote--pink {
    background: #BF2359;
    color: #FFFFFF;
    -watermark-colour: #f48ab4;
}
.field_pull_quote_contributor {
  height: 10rem;
  bottom: -9rem;
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-lead);
  font-style: normal;

}


.field_pull_quote_text {
  font-size: var(--font-size-h3);
  font-family: var(--font-heading);
  line-height: 3.5rem;
  font-style: italic;
  
}

.card--quote blockquote {
  font-size: var(--font-size-h3);
}

/* Quote card */ 
.card--quote {
  /*background:  #244742;*/
  /*color:  #99c954;*/
}

/* ASIDE RHS PANEL */
.aside-container .aside {
  border-top: 3px solid #fff;
  background-color: #fff;
}
.aside-container {
  margin-top: 30px !important;
}
#block-cen-localgov-servicepagerelatedlinks-base .section {
  padding-top: 0;
}
/* .aside h2 {
  margin-top: 0;
  }
  */
  
  /* HIDE SIDEBAR WHEN EMPTY */
  aside#sidebar-right-content:empty {
    display: none;
}
