.about__title {
    display: block !important;
}

h1 { font-size: 1.3rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1.1rem; }
h4 { font-size: 1.0rem; }
h5 { font-size: 1.0rem; }
h6 { font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
    color: var(--base0A);
}

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
    color: var(--base0A);
}

img.about__logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    margin: 0.75rem 0;
    border-radius: 6px;
}
