.header-min-block {
    align-items: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 32px;
    padding: 15px 30px;
    justify-content: space-between;
}

    .header-min-block .btn-orange {
        margin-bottom: 0;
        min-width: 200px;
    }
    
    .header-min-block .btn-orange > a {
        border: none;
        margin:0;
    }
    
    .header-min-block > .hm-header {}
    .header-min-block > .hm-button .btn-orange {margin-right:0;}
    
.main ol {margin-left: 15px;}
.main ol > li {list-style-type:decimal !important;}
.main em {font-style: italic;}
.main strong {font-weight: bold;}