.container{
    width: calc(100% - 10vw);
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
}

hr {
    border: none;
    height: 1px;
    background-color: #0F947C;
    /* Modern Browsers */
}

.term-main {
    margin: 10px 0;
}

.term-item {
    margin: 20px 0px;
}

h1 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

.term-wrap ul {
    flex-direction: column;
}

.rule-detail-title {
    list-style-type: decimal;
    font-size: 15px
}
.rule-detail-title h2{
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
}
h3.rule-detail-title {
    font-size: 12px;
    font-weight: none;
    margin: 2px 0;
}

.rule-detail-title p {
    font-size: 15px;
    font-weight: 600;
}

ol {
    padding: 0 20px;
}

.container {
    max-width: 100% !important;
}

footer {
    min-height: 100px;
}

ul, li {
    padding: unset;
    list-style: none;
}

.button-back {
    display: flex;
    justify-content: center;
    }
    .button-back button{
        cursor: pointer;
        padding: 1rem 5rem;
        margin: 1.5rem 0;
        border: unset;
        background: var(--mainColor1);
        border-radius: 30rem;
        color: #fff;
        font-size: 1.6rem;}

@media (max-aspect-ratio: 10 / 9) {
    ol {
        padding: 0 20px !important;
    }
}