/* Amend the top-of-page icons when viewed by smartphone */

/* Make Fee Titles Bigger */
div.et_pb_pricing_table > div.et_pb_pricing_heading > h3 {
    font-size: var(--fs-h2);
}

@media screen and (max-width:980px) and (orientation:portrait) {
    div.et_pb_blurb div.et_pb_blurb_content div.et_pb_main_blurb_image span.et_pb_image_wrap span.et-pb-icon {
        font-size:1.5em;
    } 
    div.et_pb_blurb.fab div.et_pb_blurb_content div.et_pb_main_blurb_image span.et_pb_image_wrap span.et-pb-icon:after {
        font-size: 54px !important;
    }
}