.services h1 {
    font-size: var(--font__xl);
    width: max-content;
    background: #292929;
    color: #fff;
    font-weight: 400;
    padding: 0 1em;
    position: relative;
    top: -24px;
    border-radius: 2px;
}

.services .page_line {
    margin-top: 80px;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
    border-right: 1px solid #292929;
}

/* .section_inner {
    min-height: 150px;
} */

p {
    text-align: center;
    min-height: 150px;
}