
/** TOPTIP block **/
/*.toptip .toptip-heading {*/
/*    font-size: 1.3em !important;*/
/*    margin-bottom:0em !important;*/
/*}*/
/*.toptip .toptip-body {*/
/*    font-size: 1.3em !important;*/
/*    line-height: 1.3em !important;*/
/*}*/


.toptip {
    max-width: 675px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.toptip-heading {
    font-weight: bold;
    font-family: Allan, Arial, Tahoma, Verdana;
    font-size: 36px;
    line-height: 36px;
    color:#e42520;
    padding-bottom: 5px;

    strong {
        font-weight: bold !important;
    }
}
.toptip-body {
    font-weight: 500;
    font: Rubik, Arial, Tahoma, Verdana;
    font-size: 30px;
    line-height: 41px;
    color:#173355;
}
.toptip-body:after {
    background: url(./../../images/heading-style-icon.png) 0 0 no-repeat;
    display: block;
    content: "";
    height: 18px;
    width: 42px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
}