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

    .content-block {
        padding: 0 5%;
        max-width: 100%;
    }

    .border-img {
        max-height: 250px;
        max-width: 100%;
        margin: 0 0 5vh;
    }

    .section-title {
      margin-top: -40px;
        margin-bottom: 40px;
        font-family: @font-family;
      background: #ffcd42;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-transform: uppercase;
        -webkit-background-clip: text;
      font-size: 40px;
        text-align: center;
        position: relative;
    }
        .sub-title {
          margin-top: 20px;
          margin-bottom: 20px;
          font-family: @font-family;
          background: #ffcd42;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-transform: uppercase;
          -webkit-background-clip: text;
          font-size: 28px;
      text-align: center;
      position: relative;
      }

    .desc-text {
        font-size: 20px;
        color: #fef1cf;
        margin: 0 auto 1vh;
        width: 75%;
        @media @mobile {
            width: 80%;
          }
        max-width: 80%;
        word-break: break-word;
        margin-top: -20px;
        margin-bottom: 40px;
    }
}