﻿.featured-content-heading h3 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    /* or 110% */
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0px;
    word-break: break-word;
}

.featured-content-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #2B2B2B;
}

.featured-content-body,
.featured-content-items,
.featured-content-img {
    padding-top: 95px;
}

.featured-content-body .rte-body-heading {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2B2B2B;
}

.featured-content-item p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2B2B2B;
}

.featured-content-item a {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: var(--orange);
}

.featured-content-seperator {
    padding-top: 49px;
}

.featured-content-seperator hr {
    opacity: 1;
}

.featured-content-img img {
    width: 100%!important;
}

@media only screen and (min-width: 992px) {
    .featured-content-heading h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 80px;
        line-height: 90px;
        /* or 110% */
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0px;
        word-break: break-word;
    }

    .featured-content-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
    }
    .featured-content-body .rte-body-heading {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
    }

    .featured-content-item p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
    }

    .featured-content-item a {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 29px;
        color: var(--orange);
    }
    .featured-content-img img {
        width: 75% !important;
    }
}