/* ----------------------------Common---------------------------- */

h2 {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: var(--font-raleway) !important;
    color: var(--main-text-color);
    letter-spacing: 0;
    font-weight: 400 !important;
    font-style: normal;
    margin-top: 0;
}

/* @media (max-width: 415px) {
    h2 {
        line-height: 42px !important;
    }
} */

h2 h2.default-block-heading {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: var(--font-raleway) !important;
    color: var(--main-text-color);
    letter-spacing: 0;
    font-weight: 400 !important;
    font-style: normal;
    margin-top: 0;
}

h4 {
    margin-bottom: 0.5rem;
    font-family: var(--font-raleway) !important;
    margin-top: 0;
}

p {
    font-family: var(--font-open-sans) !important;
    letter-spacing: 0;
    font-style: normal;
    margin-top: 0;
    color: var(--main-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
    color: #df0212;
    background-color: transparent;
}

a:-webkit-any-link {
    cursor: pointer;
    color: #df0212;
}

.dg-heading {
    font-weight: 900 !important;
    padding-left: 10px;
    border-left: 6px solid #DF0212;
}

section {
    float: left;
    width: 100%;
}

.container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .container {
        max-width: 960px !important;
        padding-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 960px !important;
        padding-bottom: 0px;
    }
}

/* ----------------------------------------------- */





