h1, h2, h3, h4, h5, h6 {
    color: #4A4A49;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

strong {
    font-weight: 700;
}

a {
    color: #4A4A49;
    text-decoration: none;

    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #002664;
    text-decoration: none;
}

p {
    color: #4A4A49;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.headings .heading:last-child {
    margin: 0 0 30px 0;
}

.headings p {
    margin: 0 0 30px 0;
}

.heading {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 30px;
    color: #002664;
    text-align: center;
    font-weight: bold;
}

.sub-heading {
    text-align: center;
}

.font-weight-bold {
    font-weight: bold;
}

/* MOBILE */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .headings p {
        margin: 0 0 15px 0;
    }

    .heading {
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .headings p {
        margin: 0 0 15px 0;
    }

    .heading {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 32px;
    }

    .headings .heading:last-child {
        margin: 0 0 15px 0;
    }
}
