h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: var(--secondary_font);
    font-optical-sizing: auto;
    text-transform: none;
}

h1, h1.title-icon span
{
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--primary_color);
    word-wrap: break-word;
    font-style: normal;
    margin-bottom: 0;
}

h1.space-bottom {
    margin-bottom: 8px;
}

h1 span, h1 strong {
    font-weight: 600;
    color: var(--primary_color_hover);
}

h1.big {
    font-size: 30px !important;
    line-height: 35px !important;
    color: var(--primary_color);
}

h2  {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

h3 {
    font-family: var(--secondary_font);
    font-weight: 400;
    margin-bottom: 0;
    color: var(--black, #101828);
    text-align: center;
    font-size: 22px;
    line-height: 140%;
}

h4 {
    color: var(--secondary_color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}

.divider {
    text-align: center;
}

.divider p {
    text-align: left;
    color: var(--gray-500);
}

.divider h1 {
    text-align: center;
    margin-bottom: 65px;
    font-size: 35px;
    line-height: 45px;
}

.divider h1::after {
    display: block;
    width: 100px;
    border-bottom: 2px solid var(--primary_color);
    content: '';
    left: 50%;
    margin-left: -50px;
    position: absolute;
    padding: 15px 0;
}

.divider.left {
    text-align: left;
}

.divider.left h1 {
    text-align: left;
    margin-bottom: 40px;
}

.divider.left h1::after {
    margin-left: 0;
    left: 0;
    position: relative;
}

p, a, li {
    font-size: 16px;
    line-height: 160%;
    font-family: var(--primary_font);
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: normal;
}

a:not(.nav-link) {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    color: var(--secondary_color);
    font-weight: 700;
}

a:hover:not(.nav-link) {
    /* color: var(--primary_color_hover); */
    color: var(--secondary_color);
}

strong {
    font-weight: 700;
}

.text-secondary {
    font-family: var(--secondary_font);
    font-size: 16px;
    line-height: 120%;
}

@media (max-width: 1024px) {
    p {
        font-size: 15px;
        line-height: 140%;
    }

    h1.title-icon {
        gap: 8px;
    }

    h1,
    h1.title-icon span
    {
        font-size: 22px;
        line-height: 120%;
    }

    h1.title-icon img {
        width: 25px;
        height: auto;
    }

    h2 {
        font-size: 18px;
        line-height: 120%;
    }

    h3 {
        font-size: 20px;
    }
}
