﻿.icon-block-list-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    /* or 117% */
    text-transform: uppercase;
    color: #5000A0;
}

.block-item-heading {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 370% */
    text-transform: uppercase;
    color: #5000A0;
    margin-top: 43px;
}

.block-item {
    background: #F3F3F3;
    border-radius: 20px;
    /* margin: 21px; */
    padding: 10px;
    /* margin-bottom: 10px; */
    height: 100%;
}

.icon-blocks {
    margin-top: 80px;
}

@media only screen and (min-width: 992px) {
    .icon-block-list-heading p {
        font-size: 60px;
        line-height: 70px;
        overflow-wrap: inherit;
    }
    .block-item-heading {
        font-size: 20px;
        line-height: 28px;
        margin-top: 43px;
    }
    .block-item {
        /* margin: 21px; */
        padding:21px;
    }
    .icon-blocks {
        margin-top: 80px;
    }
}

/* Cards Blocks */
/* Used for Rewards */
.rewards-block-content-header p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    /* or 125% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.rewards-block-content-body p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.rewards-block-heading-small p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    color: #5000A0;
}

@media only screen and (min-width: 992px) {
    .rewards-block-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 100px;
        line-height: 110px;
        /* or 110% */
        text-transform: uppercase;
        color: #5000A0;
    }
    .rewards-block-content-header p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        /* or 125% */
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .rewards-block-content-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .rewards-block-heading-small p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        /* identical to box height, or 133% */
        text-transform: uppercase;
        color: #5000A0;
    }
}