#mtt-contents {
    /* background: url('../images/mtt/gray_white_background.png') no-repeat center center/cover; */
    background: url('../images/mtt/gray_white_background.png') no-repeat center center / cover;
    background-attachment: fixed;
    min-height: calc(100vh - 299px);
    color: #021e5a;
}

#mtt-contents h1,
#mtt-contents h2,
#mtt-contents h3,
#mtt-contents h4,
#mtt-contents h5,
#mtt-contents h6 {
    font-weight: bold;
}

#mtt-contents .container {
    max-width: 1200px !important;
}
#mtt-contents ol.mt-list {
    counter-reset: step-counter;
}

#mtt-contents li {
    margin: 10px 0;
}

#mtt-contents ol.mt-list > li {
    list-style: none;
    position: relative;
    margin: 10px 0;
}
#mtt-contents ol.mt-list > li::before {
    display: block;
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    right: calc(100% + 5px);
    top: 2px;
    background: #faa41d;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 10px;
}
.mtt-heading {
    font-size: 4.3rem;
    font-weight: bold;
    color: #021e5a;
}

.mtt-sub-heading {
    font-size: 2.6rem;
    color: #021e5a;
}