.thm-page-content {
    margin-top: 20px;
    transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
    .thm-page-content {
        transition: none;
    }
}
.mm-active .thm-page-content {
    /*transform: translateX(440px);*/
}
@media (max-width: 767.98px) {
    .mm-active .thm-page-content {
        /*transform: translateX(300px);*/
    }
}
@media (max-width: 575.98px) {
    .mm-active .thm-page-content {
        /*transform: translateX(270px);*/
    }
}
.thm-page-content .thm-page-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
}
.thm-page-content .thm-page-title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #9e141f;
    background: linear-gradient(90deg, #9e141f, #000);
}
.thm-page-content .thm-inner-content {
    font-size: 0.8125em;
    line-height: 1.7;
}
