



/**umb_name:bold*/
.bold{font-weight:600;}

/**umb_name:quote*/
.quote{background-color: #f9f9f9;
    margin: 20px 0;
    padding: 30px 20px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    color: #291a55;
   
    border-left: 5px solid #ff9723;
    display: inline-block;}

/**umb_name:header*/
.header{margin: 0;
    font-family: var(--thm-font);
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #291a55;}