.heading
{
    margin-bottom: 0rem;
    /* padding-inline: 3.8rem; */
}

.heading-center
{
    text-align: center;
}

.heading:not(.heading-xl) h2
{
    font-size: 2.5rem;
    font-family: var(--font-poppins);
}

.heading h2
{
    margin-block: 1rem;
}

/* .heading h2::after */
.heading::after
{
    width: 5rem;
    display: block;
    height: 5px;
    background-color: var(--tertiary-color);
    content: "";
    /* margin-top: 1rem; */
    margin-bottom: 2.5rem;
}

.heading-center::after
{
    margin-left: auto;
    margin-right: auto;
}

.heading-center h2::after
{
    margin-left: auto;
    margin-right: auto;
}