/* Menjaga teks-bawah-gambar berada pada sumbu tengah media. */
.afc-about-layout-text-below .afc-about-block-inner{display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch}
.afc-about-layout-text-below .afc-about-media-set{grid-column:1;grid-row:1;width:100%;justify-self:stretch}
.afc-about-layout-text-below .afc-about-copy{grid-column:1;grid-row:2;width:min(100%,960px);justify-self:center;margin-inline:auto}
.afc-about-layout-text-below.afc-about-align-center .afc-about-copy,
.afc-about-layout-text-below.afc-about-align-center .afc-about-copy h2,
.afc-about-layout-text-below.afc-about-align-center .afc-about-rich,
.afc-about-layout-text-below.afc-about-align-center .afc-about-rich :where(p,div,h1,h2,h3,h4,h5,h6,blockquote,figcaption){text-align:center!important}
.afc-about-layout-text-below.afc-about-align-center .afc-about-eyebrow{display:flex;width:max-content;max-width:100%;margin-inline:auto;justify-content:center;text-align:center!important}
.afc-about-layout-text-below.afc-about-align-center .afc-about-copy .btn{display:inline-flex}
@media(max-width:780px){.afc-about-layout-text-below .afc-about-copy{width:100%}}
