.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    background: #fff;
}

.about-hero__container {
    max-width: 1740px;
    padding-inline: 34px;
}

.about-hero__row {
    min-height: 700px;
}

.about-hero__content {
    position: relative;
    z-index: 4;
    padding: 48px 34px 80px 18px;
}

.about-hero__breadcrumb {
    --bs-breadcrumb-divider: "";
    gap: 14px;
    color: #6d6880;
    font-size: 15px;
}

.about-hero__breadcrumb .breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 0;
}

.about-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0;
    color: #9e759d;
    content: "\f054";
    font: var(--fa-font-solid);
    font-size: 10px;
}

.about-hero__breadcrumb a {
    color: #6d6880;
    text-decoration: none;
}

.about-hero__breadcrumb a:hover,
.about-hero__breadcrumb .active {
    color: var(--fc-primary);
}

.about-hero__breadcrumb .active {
    font-weight: 600;
}

.about-hero__eyebrow {
    gap: 18px;
    margin: 62px 0 30px;
    font-size: 13px;
}

.about-hero__eyebrow span {
    width: 62px;
    height: 1px;
    background: #a65ba5;
}

.about-hero h1 {
    margin: 0 0 35px;
    color: var(--fc-primary-dark);
    font-size: clamp(63px,4.15vw,78px);
    font-weight: 750;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.about-hero h1 em {
    color: var(--fc-accent);
    font-style: normal;
}

.about-hero__description {
    max-width: 790px;
    margin: 0;
    color: var(--fc-text-muted);
    font-size: clamp(20px,1.35vw,25px);
    line-height: 1.48;
}

.about-hero__visual-column {
    position: relative;
    z-index: 2;
    min-height: 700px;
}

.about-hero__visual {
    position: absolute;
    inset: 0 -70px 0 -70px;
    overflow: hidden;
    background: #eadcda;
}

.about-hero__visual::before {
    position: absolute;
    z-index: 2;
    top: -100px;
    bottom: -90px;
    left: -185px;
    width: 330px;
    border-radius: 0 52% 52% 0 / 0 48% 52% 0;
    background: #fff;
    content: "";
}

.about-hero__visual img {
    object-fit: cover;
    object-position: 57% center;
}

.about-hero__placeholder {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 62% 32%,rgba(132,78,69,.68) 0 11%,transparent 11.5%),
        radial-gradient(ellipse at 62% 60%,rgba(246,228,221,.92) 0 24%,transparent 24.5%),
        linear-gradient(110deg,#f3eeee 0%,#e5d6d2 48%,#cba9aa 100%);
}

.about-hero__editorial {
    position: absolute;
    z-index: 4;
    top: 170px;
    left: 6px;
    padding-left: 23px;
    border-left: 1px solid #cdb7cc;
    color: #77758a;
    font-size: 17px;
    font-weight: 600;
    line-height: 2.05;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.about-hero__editorial span {
    display: block;
    width: 44px;
    height: 2px;
    margin: -1px 0 13px;
    background: var(--fc-accent);
}

.about-hero__message {
    position: absolute;
    z-index: 5;
    right: -80px;
    bottom: -104px;
    width: 480px;
    height: 360px;
    padding: 105px 0 0 128px;
    border-radius: 56% 0 0 0 / 64% 0 0 0;
    background: rgba(252,231,246,.93);
}

.about-hero__message p {
    margin: 0 0 20px;
    color: var(--fc-primary-dark);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
}

.about-hero__message>span {
    display: block;
    width: 46px;
    height: 2px;
    background: var(--fc-accent);
}

.about-hero__lower-shape {
    position: absolute;
    z-index: 1;
    bottom: -172px;
    left: -90px;
    width: 980px;
    height: 290px;
    border-radius: 50%;
    background: linear-gradient(105deg,rgba(248,227,246,.8),rgba(240,231,248,.36));
    transform: rotate(8deg);
}

@media (max-width: 1399.98px) {
    .about-hero__container { padding-inline: 28px; }
    .about-hero__content { padding-left: 0; }
    .about-hero h1 { font-size: 62px; }
    .about-hero__description { font-size: 20px; }
    .about-hero__message { right: -55px; width: 410px; padding-left: 108px; }
}

@media (max-width: 1199.98px) {
    .about-hero,.about-hero__row,.about-hero__visual-column { min-height: 650px; }
    .about-hero__content { padding-top: 40px; }
    .about-hero__eyebrow { margin-top: 48px; }
    .about-hero h1 { font-size: 53px; }
    .about-hero__visual::before { left: -205px; }
    .about-hero__editorial { left: -12px; font-size: 14px; }
    .about-hero__message { right: -40px; bottom: -120px; width: 350px; padding: 102px 0 0 90px; }
    .about-hero__message p { font-size: 19px; }
}

@media (max-width: 991.98px) {
    .about-hero { padding-bottom: 46px; }
    .about-hero__row,.about-hero__visual-column { min-height: 0; }
    .about-hero__content { padding: 38px 0 54px; }
    .about-hero__eyebrow { margin: 45px 0 24px; }
    .about-hero h1 { font-size: 58px; }
    .about-hero__visual-column { padding-bottom: 90px; }
    .about-hero__visual { position: relative; inset: auto; height: 520px; border-radius: 34px; }
    .about-hero__visual::before { display: none; }
    .about-hero__message { right: 20px; bottom: 24px; width: 330px; height: auto; padding: 30px 34px; border-radius: 28px 28px 28px 70px; }
    .about-hero__lower-shape { bottom: -210px; }
}

@media (max-width: 575.98px) {
    .about-hero__container { padding-inline: 20px; }
    .about-hero__content { padding-top: 30px; }
    .about-hero__breadcrumb { font-size: 13px; }
    .about-hero__eyebrow { margin-top: 38px; font-size: 11px; }
    .about-hero h1 { margin-bottom: 25px; font-size: clamp(40px,11.5vw,48px); }
    .about-hero__description { font-size: 17px; line-height: 1.5; }
    .about-hero__visual-column { padding-bottom: 118px; }
    .about-hero__visual { height: 390px; border-radius: 26px; }
    .about-hero__message { right: 10px; bottom: 18px; width: calc(100% - 35px); padding: 24px 27px; border-radius: 24px 24px 24px 58px; }
    .about-hero__message p { font-size: 18px; }
}

/* About Section 04: the FETOCARE approach */
.about-approach {
    padding: 66px 0 70px;
    background: #fff;
}

.about-approach__container {
    max-width: 1740px;
    padding-inline: 34px;
}

.about-approach__header {
    margin-bottom: 43px;
}

.about-approach__eyebrow {
    gap: 18px;
    margin: 0 0 20px;
    font-size: 13px;
}

.about-approach__eyebrow span {
    width: 58px;
    height: 1px;
    background: #a65ba5;
}

.about-approach h2 {
    margin: 0 0 13px;
    color: var(--fc-primary-dark);
    font-size: clamp(54px,3.45vw,66px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.about-approach__description {
    margin: 0;
    color: var(--fc-text-muted);
    font-size: 20px;
    line-height: 1.45;
}

.about-approach__editorial {
    margin: 25px 0 0;
    max-width: 335px;
    padding-left: 27px;
    border-left: 2px solid var(--fc-accent);
    color: var(--fc-primary-dark);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.28;
}

.about-approach__process {
    height: 100%;
}

.about-approach__track {
    position: absolute;
    z-index: 0;
    top: 51px;
    right: 12px;
    left: 12px;
    height: 1px;
    background: #dfcede;
}

.about-approach__step {
    position: relative;
    z-index: 1;
}

.about-approach__number {
    position: relative;
    margin: 0 0 35px;
    color: #d889b8;
    font-size: 40px;
    font-weight: 750;
    line-height: 1;
}

.about-approach__number span {
    position: absolute;
    bottom: -19px;
    left: 12px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #a7279a;
}

.about-approach__step h3 {
    margin: 0 0 4px;
    color: var(--fc-primary-dark);
    font-size: 24px;
    font-weight: 700;
}

.about-approach__step>p {
    min-height: 72px;
    margin: 0 0 15px;
    color: var(--fc-text-muted);
    font-size: 15px;
    line-height: 1.4;
}

.about-approach__image {
    overflow: hidden;
    aspect-ratio: 1.4;
    border-radius: 12px;
    background: #d5c9c7;
}

.about-approach__image img {
    object-fit: cover;
    object-position: center;
}

.about-approach__image-placeholder {
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 50%,#23212a 0 25%,#dde0e5 26% 39%,transparent 40%),linear-gradient(125deg,#e4dcda,#a99b9a);
}

.about-approach__step:nth-child(2) .about-approach__image-placeholder {
    background: radial-gradient(ellipse at 55% 51%,#171820 0 32%,#59606d 33% 35%,transparent 36%),linear-gradient(125deg,#31323c,#0e1018);
}

.about-approach__step:nth-child(3) .about-approach__image-placeholder {
    background: radial-gradient(circle at 66% 38%,#c4a092 0 12%,transparent 13%),radial-gradient(circle at 34% 46%,#554540 0 16%,transparent 17%),linear-gradient(125deg,#e7ded9,#b8aaa5);
}

.about-approach__step:nth-child(4) .about-approach__image-placeholder {
    background: linear-gradient(25deg,transparent 0 24%,#f1f2f5 25% 60%,transparent 61%),linear-gradient(125deg,#d3b9af,#9f847c);
}

.about-approach__confidence {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 18px;
    background: linear-gradient(125deg,#fff7fd,#f7e7f2);
}

.about-approach__confidence>img,
.about-approach__confidence-placeholder {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 auto;
    width: 55%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
}

.about-approach__confidence-placeholder {
    background: radial-gradient(ellipse at 70% 53%,#e7cfc8 0 30%,transparent 31%),linear-gradient(105deg,transparent,#c9aaa7);
    opacity: .68;
}

.about-approach__confidence::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(90deg,#fff5fc 0%,rgba(255,245,252,.9) 47%,transparent 78%);
    content: "";
}

.about-approach__confidence-content {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 33px 18px 28px;
}

.about-approach__confidence-content .fc-icon-circle {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 25px;
}

.about-approach__confidence h3 {
    margin: 27px 0 24px;
    color: var(--fc-primary-dark);
    font-size: 25px;
    font-weight: 750;
    line-height: 1.28;
}

.about-approach__accent {
    display: block;
    width: 44px;
    height: 2px;
    background: var(--fc-accent);
}

.about-approach__confidence-content>p {
    position: absolute;
    bottom: 25px;
    left: 18px;
    margin: 0;
    color: #77758a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: .18em;
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    .about-approach__container { padding-inline: 28px; }
    .about-approach h2 { font-size: 54px; }
    .about-approach__description { font-size: 18px; }
    .about-approach__editorial { font-size: 23px; }
    .about-approach__confidence h3 { font-size: 21px; }
}

@media (max-width: 1199.98px) {
    .about-approach__track { display: none; }
    .about-approach__number { margin-bottom: 18px; }
    .about-approach__number span { bottom: -7px; left: 2px; width: 38px; height: 2px; border-radius: 0; }
    .about-approach__confidence { min-height: 300px; }
    .about-approach__confidence-content { max-width: 520px; padding: 35px; }
    .about-approach__confidence h3 { font-size: 28px; }
    .about-approach__confidence-content>p { bottom: 30px; left: 35px; }
}

@media (max-width: 991.98px) {
    .about-approach { padding: 55px 0 60px; }
    .about-approach__header { margin-bottom: 32px; }
    .about-approach h2 { font-size: 52px; }
    .about-approach__editorial { margin-top: 4px; }
    .about-approach__step>p { min-height: 64px; }
}

@media (max-width: 575.98px) {
    .about-approach { padding: 45px 0 50px; }
    .about-approach__container { padding-inline: 20px; }
    .about-approach__eyebrow { font-size: 11px; }
    .about-approach h2 { font-size: clamp(40px,11vw,48px); }
    .about-approach__description { font-size: 17px; }
    .about-approach__editorial { padding-left: 20px; font-size: 21px; }
    .about-approach__number { font-size: 33px; }
    .about-approach__step>p { min-height: 0; }
    .about-approach__confidence { min-height: 340px; }
    .about-approach__confidence-content { padding: 28px; }
    .about-approach__confidence h3 { font-size: 25px; }
    .about-approach__confidence-content>p { bottom: 25px; left: 28px; }
}

/* About Section 03: Meet our doctor */
.about-doctor {
    padding: 58px 0 64px;
    background: #fff;
}

.about-doctor__container {
    max-width: 1740px;
    padding-inline: 34px;
}

.about-doctor__content {
    padding: 25px 2px 0 0;
}

.about-doctor__eyebrow {
    gap: 18px;
    margin: 0 0 18px;
    font-size: 13px;
}

.about-doctor__eyebrow span {
    width: 62px;
    height: 1px;
    background: #a65ba5;
}

.about-doctor h2 {
    margin: 0 0 10px;
    color: var(--fc-primary-dark);
    font-size: clamp(50px,3.35vw,64px);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.about-doctor h2 em {
    color: var(--fc-accent);
    font-style: normal;
}

.about-doctor__subtitle {
    margin: 0 0 15px;
    color: var(--fc-text-muted);
    font-size: 23px;
    font-weight: 600;
}

.about-doctor__intro {
    max-width: 790px;
    margin: 0 0 26px;
    color: var(--fc-text-muted);
    font-size: 18px;
    line-height: 1.5;
}

.about-doctor__qualifications {
    margin-bottom: 22px;
}

.about-doctor__qualification {
    min-height: 110px;
    padding: 16px 17px;
    border: 1px solid #eee6ed;
    border-radius: 15px;
    background: #fff;
}

.about-doctor__qualification .fc-icon-circle {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    font-size: 26px;
}

.about-doctor__qualification h3 {
    margin: 0 0 3px;
    color: var(--fc-primary-dark);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.18;
}

.about-doctor__qualification p {
    margin: 0;
    color: var(--fc-text-muted);
    font-size: 14px;
    line-height: 1.32;
}

.about-doctor__memberships {
    padding: 21px 28px 20px;
    border: 1px solid #eee8f0;
    border-radius: 16px;
    background: linear-gradient(105deg,#fff,#faf8ff);
}

.about-doctor__memberships>h3 {
    margin: 0 0 15px;
    color: var(--fc-primary-dark);
    font-size: 20px;
    font-weight: 500;
}

.about-doctor__membership {
    min-height: 125px;
    padding: 0 20px;
}

.about-doctor__membership+.about-doctor__membership {
    border-left: 1px solid #ded5e0;
}

.about-doctor__membership-logo {
    height: 52px;
    margin-bottom: 7px;
}

.about-doctor__membership-logo img {
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
}

.about-doctor__logo-placeholder {
    display: block;
    width: 118px;
    height: 34px;
    border: 1px dashed #d8c9d7;
    border-radius: 7px;
    background: #fbf4f9;
}

.about-doctor__membership p {
    max-width: 220px;
    margin: 0 auto;
    color: var(--fc-text-muted);
    font-size: 14px;
    line-height: 1.35;
}

.about-doctor__portrait-column {
    min-height: 730px;
}

.about-doctor__portrait {
    overflow: hidden;
    height: 100%;
    min-height: 730px;
    border-radius: 22px;
    background: #e4e5e8;
}

.about-doctor__portrait img {
    object-fit: cover;
    object-position: 50% center;
}

.about-doctor__portrait-placeholder {
    width: 100%;
    height: 100%;
    min-height: 730px;
    background:
        radial-gradient(ellipse at 53% 24%,#55443f 0 12%,transparent 12.5%),
        radial-gradient(ellipse at 53% 37%,#ddbbaa 0 11%,transparent 11.5%),
        radial-gradient(ellipse at 53% 75%,#f7f8fb 0 38%,transparent 38.5%),
        linear-gradient(120deg,#edf2f5,#dadbde 62%,#c8c3c1);
}

@media (max-width: 1399.98px) {
    .about-doctor__container { padding-inline: 28px; }
    .about-doctor h2 { font-size: 52px; }
    .about-doctor__subtitle { font-size: 20px; }
    .about-doctor__intro { font-size: 16px; }
    .about-doctor__qualification { min-height: 105px; }
    .about-doctor__portrait-column,.about-doctor__portrait,.about-doctor__portrait-placeholder { min-height: 700px; }
}

@media (max-width: 1199.98px) {
    .about-doctor h2 { font-size: 46px; }
    .about-doctor__qualification { min-height: 112px; }
    .about-doctor__memberships { padding-inline: 18px; }
    .about-doctor__membership { padding-inline: 10px; }
    .about-doctor__portrait-column,.about-doctor__portrait,.about-doctor__portrait-placeholder { min-height: 760px; }
}

@media (max-width: 991.98px) {
    .about-doctor { padding-top: 50px; }
    .about-doctor__content { padding: 0; }
    .about-doctor h2 { font-size: 56px; }
    .about-doctor__intro { max-width: none; font-size: 18px; }
    .about-doctor__portrait-column,.about-doctor__portrait,.about-doctor__portrait-placeholder { min-height: 620px; }
    .about-doctor__portrait { height: 620px; }
}

@media (max-width: 767.98px) {
    .about-doctor__memberships { padding: 22px; }
    .about-doctor__membership { min-height: 0; padding: 20px 0; }
    .about-doctor__membership+.about-doctor__membership { border-top: 1px solid #ded5e0; border-left: 0; }
}

@media (max-width: 575.98px) {
    .about-doctor { padding: 43px 0 50px; }
    .about-doctor__container { padding-inline: 20px; }
    .about-doctor__eyebrow { font-size: 11px; }
    .about-doctor h2 { font-size: clamp(40px,11vw,48px); }
    .about-doctor__subtitle { font-size: 18px; }
    .about-doctor__intro { font-size: 16px; }
    .about-doctor__qualification { min-height: 100px; }
    .about-doctor__memberships>h3 { font-size: 19px; }
    .about-doctor__portrait-column,.about-doctor__portrait,.about-doctor__portrait-placeholder { min-height: 450px; }
    .about-doctor__portrait { height: 450px; }
}

/* About Section 02: dedicated fetal medicine centre */
.about-centre {
    position: relative;
    overflow: hidden;
    padding: 0 0 54px;
    background: radial-gradient(ellipse at 100% 100%,rgba(244,223,243,.48),transparent 24%),#fff;
}

.about-centre__container {
    max-width: 1740px;
    padding-inline: 34px;
}

.about-centre__row {
    min-height: 760px;
}

.about-centre__visual-column {
    min-height: 720px;
}

.about-centre__visual {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 720px;
    border-radius: 0 180px 180px 0 / 0 130px 130px 0;
    background: #d8cac5;
}

.about-centre__visual img {
    object-fit: cover;
    object-position: 52% center;
}

.about-centre__placeholder {
    width: 100%;
    height: 100%;
    min-height: 720px;
    background:
        radial-gradient(ellipse at 69% 36%,#1e1c25 0 18%,transparent 18.5%),
        radial-gradient(ellipse at 68% 37%,#e6e9ed 0 27%,transparent 27.5%),
        radial-gradient(ellipse at 25% 53%,#6b5550 0 18%,transparent 18.5%),
        radial-gradient(ellipse at 61% 72%,#e4cfc8 0 28%,transparent 28.5%),
        linear-gradient(125deg,#e8dfdc,#cbbcb7 58%,#9e8e8c);
}

.about-centre__visual-signature {
    position: absolute;
    top: 62px;
    left: 25%;
    margin: 0;
    color: #746f76;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-centre__visual-signature span,
.about-centre__visual-message>span {
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 17px;
    background: #9b7c8e;
}

.about-centre__visual-message {
    position: absolute;
    bottom: -70px;
    left: -52px;
    width: 425px;
    height: 285px;
    padding: 78px 0 0 115px;
    border-radius: 55% 55% 0 0 / 70% 70% 0 0;
    background: rgba(255,244,251,.95);
}

.about-centre__visual-message p {
    margin: 0;
    color: var(--fc-primary-dark);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.42;
}

.about-centre__visual-message>span {
    margin-top: 20px;
    background: var(--fc-accent);
}

.about-centre__content {
    position: relative;
    z-index: 2;
    padding: 92px 0 0 56px;
}

.about-centre__eyebrow {
    gap: 18px;
    margin: 0 0 22px;
    font-size: 13px;
}

.about-centre__eyebrow span {
    width: 62px;
    height: 1px;
    background: #a65ba5;
}

.about-centre h2 {
    margin: 0 0 27px;
    color: var(--fc-primary-dark);
    font-size: clamp(52px,3.5vw,66px);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -.04em;
}

.about-centre h2 em {
    color: var(--fc-accent);
    font-style: normal;
}

.about-centre__description {
    max-width: 850px;
    margin: 0 0 29px;
    color: var(--fc-text-muted);
    font-size: 19px;
    line-height: 1.48;
}

.about-centre__belief {
    max-width: 860px;
    padding: 35px 38px 31px;
    border-radius: 21px;
    background: linear-gradient(105deg,#fff8fb,#f9eef7);
}

.about-centre__belief-lead {
    margin-bottom: 27px;
}

.about-centre__belief-icon {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
    font-size: 34px;
}

.about-centre__belief-divider {
    width: 1px;
    height: 76px;
    background: #d4bbd2;
}

.about-centre__belief .section-eyebrow {
    font-size: 11px;
}

.about-centre__belief h3 {
    margin: 0;
    color: var(--fc-primary-dark);
    font-size: 25px;
    font-weight: 650;
    line-height: 1.32;
}

.about-centre__belief>p {
    margin: 0;
    color: var(--fc-text-muted);
    font-size: 18px;
    line-height: 1.46;
}

.about-centre__signature {
    margin-top: 52px;
}

.about-centre__signature .fc-brand-signature__line {
    width: 98px;
}

@media (max-width: 1399.98px) {
    .about-centre__container { padding-inline: 28px; }
    .about-centre__content { padding: 75px 0 0 44px; }
    .about-centre h2 { font-size: 54px; }
    .about-centre__description { font-size: 17px; }
    .about-centre__belief { padding: 29px 31px; }
    .about-centre__belief h3 { font-size: 22px; }
    .about-centre__belief>p { font-size: 16px; }
}

@media (max-width: 1199.98px) {
    .about-centre__row { min-height: 670px; }
    .about-centre__visual-column,.about-centre__visual,.about-centre__placeholder { min-height: 650px; }
    .about-centre__visual { border-radius: 0 120px 120px 0 / 0 95px 95px 0; }
    .about-centre__content { padding: 54px 0 0 36px; }
    .about-centre h2 { font-size: 44px; }
    .about-centre__description { font-size: 15px; }
    .about-centre__belief { padding: 24px; }
    .about-centre__belief-lead { margin-bottom: 20px; }
    .about-centre__belief-icon { width: 64px; height: 64px; flex-basis: 64px; font-size: 28px; }
    .about-centre__belief-divider { height: 64px; }
    .about-centre__belief h3 { font-size: 19px; }
    .about-centre__belief>p { font-size: 14px; }
    .about-centre__signature { margin-top: 35px; }
}

@media (max-width: 991.98px) {
    .about-centre { padding: 55px 0; }
    .about-centre__row { min-height: 0; }
    .about-centre__content { padding: 0 0 48px; }
    .about-centre h2 { font-size: 52px; }
    .about-centre__description { font-size: 18px; }
    .about-centre__visual-column,.about-centre__visual,.about-centre__placeholder { min-height: 620px; }
    .about-centre__visual { border-radius: 35px 110px 35px 35px; }
    .about-centre__signature { margin-top: 38px; }
}

@media (max-width: 575.98px) {
    .about-centre { padding: 45px 0; }
    .about-centre__container { padding-inline: 20px; }
    .about-centre__eyebrow { font-size: 11px; }
    .about-centre h2 { font-size: clamp(39px,11vw,47px); }
    .about-centre__description { font-size: 17px; }
    .about-centre__visual-column,.about-centre__visual,.about-centre__placeholder { min-height: 440px; }
    .about-centre__visual { border-radius: 26px 70px 26px 26px; }
    .about-centre__visual-message { bottom: -52px; left: -25px; width: 290px; height: 205px; padding: 54px 0 0 57px; }
    .about-centre__visual-message p { font-size: 18px; }
    .about-centre__belief { padding: 25px 22px; }
    .about-centre__belief-lead { align-items: flex-start; }
    .about-centre__belief h3 { font-size: 20px; }
    .about-centre__belief>p { font-size: 15px; }
    .about-centre__signature { gap: 12px; font-size: 8px; }
    .about-centre__signature .fc-brand-signature__line { width: 35px; }
}
