    .fee-form {
        background-color: #F7F7F9;
        border-radius: 10px;
        padding: 20px;
    }
    .fee-form fieldset {
        border: 0;
        padding: 0;
    }
    .fee-form fieldset label {
        display: block;
    }
    .fee-form legend, .fee-form label {
        font-weight: bold;
    }
    .fee-form fieldset label {
        font-weight: normal;
    }
    .fee-form__group {
        margin-bottom: 12px;
    }
    small.fee-form__description {
        color: #0063A5;
        
        font-size:90%;
    }
    small.fee-form__description::before {
        content: ' info_outline ';
        top:2px;
        margin-right: 2px;                
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        position:relative;
        display: inline-block;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;           
    }
    .fee-form h2 {
        font-weight: normal;
        font-size: 16px;
    }
    .fee-form h2 .fee-form__amount-price {
        font-weight: 500;
        font-size: 30px;
        display: block;
    }
    p.fee-form__description br {
        display: block;
        margin: 4px 0;
        content: ' ';
    }
    
/* MOB */
@media only screen and (max-width: 519px) {

}

/* SM */
@media only screen /*and (min-width: 520px) */ and (max-width: 895px) { 

}

/* MD */
@media only screen and (min-width: 896px) {

    .fee-form__group {
        width: 75%;
    }
    .fee-form h2 .fee-form__amount-price {
        font-size: 40px;
    }

}   