.knowl-content {
    line-height: 2;
}
.knowl-content img {
    max-width: 100%;
    height: auto;
    display: block;;
}
.mtit {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: #001689;
    line-height: 1.2;
}

.mtit>span {
    font-weight: 500;
}

.mtit:before,
.mtit:after {
    display: block;
    content: "";
    width: 3rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 5px;
    background-color: #001689;
}

.mtit.theme-white {
    color: #fff;
}

/* .mtit.theme-white:before,
.mtit.theme-white:after {
  background-color: #ccdaff;
} */
.mtit_p {
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    margin: 0 auto;
}

.mtit_p.pure {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mtit.secondary {
    font-size: 2rem;
    flex-direction: column;
}

.mtit.secondary:before,
.mtit.secondary:after {
    display: none;
}

.mtit.secondary span:after {
    content: "";
    display: block;
    height: 5px;
    background-color: #001689;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mtit.secondary.noafter span:after {
    display: none;
}

.step-bar {
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    height: 3rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    width: 90%;
    border-radius: 1.5rem;
    line-height: 1;
    /* box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); */
}

.step-bar.step-bar-1 {
    background-color: #0045ff;
}

.step-bar.step-bar-2 {
    background-color: #ec008c;
}

.step-bar.step-bar-3 {
    background-color: #2e2683;
}

.step-bar .showStepNum {
    /* position: absolute;
  left: 20px; */
    font-size: 1rem;
    display: block;
    padding-right: 10px;
}