#locksmith-content .section {
    min-height: calc(100vh - var(--header-bottom-position) - 408px);
    display: flex;
    align-items: center;
}
#locksmith-content .locksmith-content-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}