﻿--------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

    .section-title h2:before {
        content: "";
        position: absolute;
        display: block;
        width: 160px;
        height: 1px;
        background: color-mix(in srgb, var(--default-color), transparent 60%);
        left: 0;
        right: 0;
        bottom: 1px;
        margin: auto;
    }

    .section-title h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--accent-color);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.section-title p {
    margin-bottom: 0;
}
body {
}
