p, a, li {
    font-size: 15px;
    line-height: 150%;
    font-family: var(--primary_font);
    font-weight: 500;
    color: var(--gray-800);
    margin-bottom: 0;
    letter-spacing: -0.25px;
}

.text-important {
    font-size: 18px !important;
    line-height: 150% !important;
    font-weight: 500 !important;
}

a {
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: var(--third_color) !important;
}

a svg {
    height: 20px;
    width: 20px;
}

a.read-more {
    text-decoration: none; 
    font-size: 13px;
    line-height: 100%; 
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: 400;
    margin-top: 32px;
    display: inline-block;
    color: var(--secondary_color);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: var(--secondary_font);
}

h1 {
    line-height: 120%;
    font-weight: 500;
    word-wrap: break-word;
    color: var(--primary_color) !important;
    font-size: 40px;
    letter-spacing: -0.5px;
    color: #FFF;
    margin-bottom: 16px;
}

h2 {
    font-weight: 500;
    font-size: 20px;
    font-family: var(--secondary_font);
    line-height: 150%;
    letter-spacing: -0.3px;
}

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

h1.big {
    font-size: 48px !important;
}

h3 {
    margin-bottom: 0;
    color: var(--secondary_color);
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-group {
    margin-bottom: 16px;
    /* padding: 0 24px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-group h1 {
    text-align: left;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    color: var(--secondary_color) !important;
    margin: 0;
}

.title-group h2,
.card-radius .card-body h2
{
    text-align: left;
    font-size: 14px;
    color: var(--third_color);
    line-height: 120%;
    margin: 0;
    font-weight: 700;;
    text-transform: uppercase;
}

.divider {
    text-align: center;
    position: relative;
}

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

.divider h1 {
    text-align: center;
    margin-bottom: 25px;
    /* 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: 10px 0;
}

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

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

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

strong {
    font-weight: 700;
}

.text-primary {
    color: var(--secondary_color) !important
}

@media (max-width: 1024px) {
    h1 {
        line-height: 120%;
        font-size: 32px !important;
    }

    p,li,a {
        font-size: 15px;
    }

    .text-important {
        font-size: 17px !important;
        font-weight: 400 !important;
    }
}