﻿.hlir-small-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight:bold;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0;
}

.hlir-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    /* or 125% */
    text-transform: uppercase;
    color: #5000A0;
}
.hlir-head-media {
    padding-top: 64px;
}
/* .hlir-heading {
    padding-top: 57px;
} */
.hlir-body {
    width: 80%;
}

.hlir-body-heading {
    padding-top: 38px;
}

.hlir-body-heading p {
    font-family: 'Adieu-Regular';  
      font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2B2B2B;
}

.hlir-body-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.hlir-body-media video,
.hlir-body-media img {
    border-radius: 40px;
}

@media only screen and (min-width: 992px) {
    .hlir-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
    }
    .hlir-body-heading p {
        font-family: 'Adieu-Regular';
                font-style: normal;
        font-weight: normal;
        font-size: 60px;
        line-height: 70px;
        /* or 117% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .hlir-footer-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        /*font-size: 24px;*/
        /*line-height: 33px;*/
        font-size: 20px;
        line-height: 29px;
        color: #2B2B2B;
    }
    .hlir-footer-content p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        color: #2B2B2B;
    }
    .hlir-footer {
        padding-top: 70px;
    }
}