#settings-rules {
    position: relative;
    padding-bottom: 20px;

    ul {
        list-style-position: inside;

        &.indent-text {
            margin-top: 0.6em;
            margin-left: 1.5em;
            margin-bottom: 1em;

            li span {
                position: relative;
                left: -5px;
            }
        }
    }

    li {
        text-indent: -1.4em;
    }


    .section-title {
        font-family: @font-family;
        filter: drop-shadow(3px 0.05em 2px #0056c7);
        font-weight: 100;
        background: linear-gradient(#94f6ff 20%, #00cfff 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0.01em #541212;
        transform: scale(0.9, 1);
        background-clip: text;
        text-transform: uppercase;
        line-height: 100%;
        text-align: center;
        font-size: clamp(27px, 2.9vw, 38px);
        letter-spacing: 0.025em;
        text-align: center;
        display: flex;
        padding: 15px;
        max-width: 90%;
    }

    .sub-title {
        margin-top: 0px;
        margin-bottom: 33px;
        font-size: 20px;
        width: 90%;
        margin-left: -2.3em;
        text-align: left;

        @media @mobile {
            width: 80%;
        }

    }

    .desc-text {
        font-size: 15px;
        color: #fef1cf;
        width: 100%;
        text-align: left;

        @media @mobile {
            width: 80%;
        }

        max-width: 90%;
        word-break: break-word;
        margin-top: -20px;
        margin-bottom: 14px;
    }
}