.about_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about_title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
}

.about_gray {
    font-size: 0.95rem;
    color: var(--text-gray-alt);
    white-space: nowrap;
    flex-shrink: 0;
}

.hgallery_gallery {
    align-items: center;
    justify-content: center;
}