
    .section-heading {
        text-align: center; /* Centers the content inside the div */
        margin: 0 auto;     /* Ensures the div itself is centered, if it has a set width */
        width: fit-content;
    }

.section-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
.section-heading .line-dec {
    width: 45px;
    height: 2px;
    background-color: #e8aa00;
    margin-left: auto;
    margin-right: auto;
}